KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Make MW>0 check optional #25

Closed artgoldberg closed 5 years ago

artgoldberg commented 6 years ago

These changes are needed for a proper fix: Add a command line argument: change wc_sim/wc_sim/multialgorithm/main.py Pass the argument to the simulator: wc_sim/wc_sim/multialgorithm/simulation.py Pass argument to the model check code in _prepare() Modify model checking code in: wc_lang/wc_lang/prepare.py Don’t call ‘verify_species_types’

jonrkarr commented 5 years ago

Done

Todo