UofUEpiBio / epiworldpy

https://uofuepibio.github.io/epiworldpy/
Other
1 stars 1 forks source link

Bind `run_multiple_get_results` #33

Closed IsaccBarker closed 2 months ago

IsaccBarker commented 4 months ago

Bind the functions:

IsaccBarker commented 4 months ago

@gvegayon Is there anything that requires the CSV files to be dumped to disk in the Saver? It seems the way you're supposed to interact with them is through the opaque run_multiple_get_results interface. I think it would be more stable and less prone-to-breakage to store the results in the Saver object itself instead of to temporary files. Is this something you'd be willing to deviate from the R bindings on?

gvegayon commented 4 months ago

The problem with the data generated by run_multiple is that it can be very big. Furthermore, in simulation studies, it is often the case that we dump results to disk instead of keeping them in memory as if the software fails, we still get to see some of the results. I rather stay with the existing approach.

IsaccBarker commented 2 months ago

This is already implemented, unsure why this is still open; closing.