Federico Catalano

Results 10 comments of Federico Catalano

Thanks for the workaround, I will try to take a look!

Right! That's what I did. But since there is no documentation for this kind of cases (or at least I didn't found it) I think it could be helpul to...

Hi all! I'm using papermill to run a notebook from command line (Ubuntu 18.04) and I'm having the same behavior. As I'm working with `plotly` to get some charts, I've...

@vgrem thanks for the explanation! The `client` object I'm showing in the first post was instantiated in the same way you do. I mean, by calling the acquire_token_by_client_credentials method with...

@sablanchard I found this methods https://github.com/gboeing/osmnx/blob/main/osmnx/utils_graph.py#L318-L418 that are used to go from parallel to single edges. I'm proposing something similar here https://github.com/UDST/urbanaccess/blob/feature/networkx-helpers/urbanaccess/utils.py#L657-L710 ... just sharing to add some conext to...

Hi all, As both are pointing out, the `scipy.stats.chisquare` used [here](https://github.com/UDST/synthpop/blob/develop/synthpop/draw.py#L167) to compare synthetic population against target constraints has been updated. A [new test](https://github.com/scipy/scipy/pull/13193) was included in the chisquare class...

@federicofernandez thanks for the feedback! You suggest something like: ``` invalid_result = 4294967.295 if shortest_path distance == invalid_result: warning.warn ... ``` I know that "invalid result" wouldn't be creative enough,...

@smmaurer [here an example](https://colab.research.google.com/drive/1LaVrcDDiTi8AYFZEPbcPWESk0QpNUI45?usp=sharing) trying to install `pandana` on google colab environment. NumPy default version is `1.19.5`.

Here my notes, https://github.com/urbansim/synthpop-planning/issues/3

I've been thinking that nodes can be plotted in two different ways: **1. regardless the [plot_graph_folium](https://github.com/gboeing/osmnx/blob/main/osmnx/folium.py#L15-L74) method.** This option contemplates the links I referenced above and implies to calculate the...