You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reactionsystem_serialisation/serialise_reactionsystem.jl
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ function save_reactionsystem(filename::String, rn::ReactionSystem;
39
39
if!isempty(get_networkproperties(rn))
40
40
@warn"The serialised network has cached network properties (e.g. computed conservation laws). This will not be saved as part of the network, and must be recomputed when it is loaded."
41
41
end
42
-
42
+
43
43
# Write model to file and performs a safety check.
0 commit comments