Sebastian Mohr
Sebastian Mohr
The `-` removes the leading 0 if present. `%#d` does the same for windows but all of that is very operating system depending. We can just replace it with `%d`....
Sadly there are no US states in the global data file from the JHU. One has to download an additional file for that i.e. [this](https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv). Would take some time and...
No problem! Thanks for your interest in our work. I will keep this issue open, maybe I will get to it at some time.
That is quite interesting, I see how this can be annoying. I'm not sure how and why this occurs, probably because of the implementation of the age-groups i.e. the multiple...
I'm not opposing to the idea but let's wait for the decision from the parliament on Wednesday. We can keep the issue and pr open until than.
I also noticed that running queries which use orm models can't be parsed across process boundaries. Compiling the queries before distribution solve the issue (see [#9edee91](https://github.com/dask/dask/pull/11224/commits/9edee9126a6a091e6fc6ecac9be3782c51753660))
> Not that I know of, but in principle, this seems like a reasonable extension point (it's a bit unclear how to do this exactly: Ideally, there would be a...
> Not sure if you've seen my review comment > > > Would it be possible to isolate method moves into a separate commit? It's a bit complicated to see...
Thanks for sharing your setup! I see the benefits of keeping things simple, but running everything directly on the host system can lead to inconsistencies, especially on more esoteric setups....
Well (if it fully works) this should be generally applicable to any environment that supports docker compose. We would have to test windows, mac and maybe arm but I don't...