ecell4 icon indicating copy to clipboard operation
ecell4 copied to clipboard

SpatiocyteWorld.actual_volume changed its meaning

Open kaizu opened this issue 6 years ago • 0 comments

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()

kaizu avatar Feb 08 '19 09:02 kaizu