Yannik Schaelte
Yannik Schaelte
Thanks @lgautier! That will suffice for me.
I would like to shortly come back to this. In fact, the problem is not limited to flask, but whenever I run a python app, importing `rpy2.robjects` (though not using...
It is exactly between 3.2.7 and 3.3.0. Yes, in both cases R 3.6.3 is used.
@lgautier do you have any suggestions?
Can you reproduce the error? If not, I will investigate e.g. my outdated R version.
The history object itself should be cheap, as it at no point holds the SQL database in memory (I think), but only the pointers to it, and dynamically queries it...
And for fast-running simulations we need to make sure that iteration 3 is not written at the same time as iteration 2, so somehow one would need to lock access...
Good to know. Maybe one could just try writing a simple parallel process which is started at the beginning of run(), and then waits on a queue for results to...
Hi @shenkev , sorry for the delay. One thing that you need to do (as described in the example notebook), is to call all julia functions once, such that necessary...
This variable will hopefully get deleted anyway soon, probably when we discard the sql database.