SciML / ModelingToolkit.jl

An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations
https://mtk.sciml.ai/dev/
Other
1.43k stars 209 forks source link

Retain all properties when writing to a file #1154

Open ValentinKaisermayer opened 3 years ago

ValentinKaisermayer commented 3 years ago

https://github.com/SciML/ModelingToolkit.jl/blob/198e6e968dca538c743def0af436dc8bc9f1f09e/src/systems/abstractsystem.jl#L511

For the ODESystem the generated file does not hold:

ValentinKaisermayer commented 3 years ago

Not sure if #1127 already covers this.

ChrisRackauckas commented 3 years ago

It should cover a good amount of it at least.