Skip to content

Commit

Permalink
Reverted since COPASI tests failed
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Mar 16, 2022
1 parent 5e154dd commit d839182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyenzyme/enzymeml/tools/enzymemlwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def _addSpecies(
species.setCompartment(obj.vessel_id)
species.setBoundaryCondition(obj.boundary)
species.setConstant(obj.constant)
species.setHasOnlySubstanceUnits(True)
species.setHasOnlySubstanceUnits(False)

if obj.init_conc is not None and obj._unit_id:
species.setSubstanceUnits(obj._unit_id)
Expand Down

0 comments on commit d839182

Please sign in to comment.