Skip to content

Commit 807811e

Browse files
TorkelEisaacsas
andauthored
Update src/reactionsystem_conversions.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 2032f8b commit 807811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem_conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ COMPLETENESS_ERROR = "A ReactionSystem must be complete before it can be convert
454454
function check_cons_warning(remove_conserved, remove_conserved_warn)
455455
(remove_conserved && remove_conserved_warn) || return
456456
@warn "You are creating a system or problem while eliminating conserved quantities. Please note, due to limitations / design choices in ModelingToolkit
457-
if you use the created system to create a problem (e.g. an `ODEProblem`), you *should not*
457+
if you use the created system to create a problem (e.g. an `ODEProblem`), or are directly creating a problem, you *should not*
458458
modify that problem's initial conditions for species (e.g. using `remake`). Changing initial conditions must be done by creating a new Problem from your reaction system or the ModelingToolkit system you converted it into with the new initial condition map. Modification of parameter values
459459
is still possible, and directly setting numerical values for any conservation law constants will work. You might get this warning when creating a problem directly.
460460

0 commit comments

Comments
 (0)