Alejandro Fontal
Alejandro Fontal
Hey @kpmessier, I don't know if this was changed after you mentioned your issue, but what the code seems to do now is to generate a single CONTROL file for...
Got this working on `python 3.10`, and `prophet==1.1.2` on my M1 Pro Macbook using the last line of @thewisenerd's solution: ```bash install_name_tool -add_rpath @executable_path/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb prophet_model.bin ``` In my case I...
This seems to be happening for me too now?
I think I might have noticed an issue in the `run_model.R` file, where the direction of the models when passed to `run_model()` is hardcoded to be 'forward' instead of using...
Hi @AngelaAmpuero, sorry to dive in here as I am struggling to properly use ERA5 data as meteo source for running backtrajectories with HYSPLIT/PySPLIT. I assume you succeeded at this...
Hi @AngelaAmpuero! Thanks a lot for your quick response! And sorry for my late reply, I am only now noticing your response :sweat_smile: In the end I managed to work...
I can see it now, I think I should be able to repurpose those scripts to do what I want! I don't think GitHub supports attachments in comments even when...
The 10-15 min "crash" seems to be a known issue and happens due to Spanish ISPs blocking Acestream's ad servers which leads to Acestream engine shutting down after a while...
I am seeing the exact same issue, working on Ubuntu 20.04 on VS Code insiders. Did you find any solution @VLucet?
Indeed, after over a year of intense use of `plotnine` I never needed to use this feature and I seem to be the first to ask, so it is probably...