KarrLab / wc_sim

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

Store computed volumes and masses for all compartments #30

Closed jonrkarr closed 5 years ago

artgoldberg commented 5 years ago

These are already stored in all checkpoints and made available in the 'aggregate_states' component of a RunResults via get(). But I've just built get_volumes() and get_masses() methods are more convenient.