Closed bartjuw closed 2 years ago
Currently (Aug 18th, 2022, version alpha 0.49), only Initial Assignments are not saved to SBML file. Assignment rules are preserved.
See attached SBML file for repro.
Fixed this issue with check in on 8/18/2022. writing Assignment Rules to SBML file is now implemented. User cannot save Initial assignments and assignment rules to network model JSON file as they are a part of the network object and not node or reaction state.
Currently no Network rendering support for SBML Assignments. Assignments are read from a SBML file but are discarded once a user visualizes the network. Need to add assignments to Network node or reaction state ( or a new Network persistent state)