ecell / ecell4

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
17 stars 9 forks source link

SpatiocyteWorld.actual_volume changed its meaning #2

Open kaizu opened 5 years ago

kaizu commented 5 years ago

See https://github.com/ecell/ecell4-base/issues/254

util/ports.py: volume = w.volume() if not isinstance(w, ecell4_base.spatiocyte.SpatiocyteWorld) else w.actual_volume()
util/simulation.py: volume = w.volume() if not isinstance(w, ecell4_base.spatiocyte.SpatiocyteWorld) else w.actual_volume()