Arthur P Goldberg
Arthur P Goldberg
Provide file, function & line number in logging calls. Unfortunately, [logging2](https://github.com/vforgione/logging2) doesn't support `stacklevel` (which [logging](https://docs.python.org/3/library/logging.html) added in 3.8), which would make this easy. Submitted [issue](https://github.com/vforgione/logging2/issues/8) asking for `stacklevel` to...
Create a terminate() method for SimulationEngine.simulate(). A simulation can terminate in multiple ways, such as run out of events, exceed end time, trigger stop condition, or raise an exception. In...
use `copy_event_bodies` as the default value for `copy` in `SimulationObject.send_event_absolute()`
intro_to_wc_modeling/intro_to_wc_modeling/wc_modeling/wc_lang_tutorial/core.py and use one of them multiple times
Add Finding model components Add Reusing components in multiple create() operations, like reusing Species() in many reactions