Adrien Le Guillou
Adrien Le Guillou
I don't know if it's the same issue or something else but with R (or radian) calling `:IronRestart` I get a similar behavior where the REPL window is closed and...
Do you think it should still be treated as a normal module where we would enforce it's `module.order` or should we go more with a `verbose.net` or `updater.net` approach where...
fixed by #761
Currently `get_network` is a function that extract a network from either a `netsim` or a `netdx` object, so outside of `netsim`. If I understand correctly, the goal would be to...
`netsim_dat` seems good. We should then call it this way in all the documentation for consistency. I can work on that after the 2.2.0 release
The way I envisioned a solution is as follow: - a deterministic "pre-initialization" function is run before the parallelization and include all that is mandatory for EpiModel - the stochastic...
We discussed this issue with @smjenness: ## Desired features * seamlessly start a simulation from a fitted network object OR restart a simulation * initialize attributes and epi trackers in...
It can be done easily but I think it is better to always output UIDs and convert afterwards if needed. Having one function that can return two different output depending...
I can make it so in this new function. Any idea for the function name ?
two things are bothering me, but it maybe simply be my personal preferences :-) 1. this would imply having `get_posit_id(unique_ids, dat)` whereas we use `function(dat, other_args)` pretty consistently for the...