ecell4 icon indicating copy to clipboard operation
ecell4 copied to clipboard

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena

Results 32 ecell4 issues
Sort by recently updated
recently updated
newest added

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

bug