Skip to content

Commit c486367

Browse files
TorkelEisaacsas
andauthored
Update docs/src/v14_migration_guide.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 0f4930e commit c486367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/v14_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ oprob_remade = remake(oprob; u0 = [:X1 => 5.0]) # NEVER do this.
180180
sol(oprob)
181181
# hide
182182
```
183-
This might generate a silent error, where the remade problem is different from the intended one.
183+
This might generate a silent error, where the remade problem is different from the intended one (the value of the conserved constant will not be updated correctly).
184184

185185
This bug was likely present on earlier versions as well, but was only recently discovered. While we hope it will be fixed soon, the issue is in ModelingToolkit, and will not be fixed until its maintainers find the time to do so.
186186

0 commit comments

Comments
 (0)