Commit cc8f783
fix: only examine RHS in equation_dependencies
Symbolics@5fe7a2d6 added a `search_variables!` method for `Equation`
that searches both LHS and RHS. This broke `equation_dependencies`
which relies on finding only RHS dependencies.
The original MTK behavior (from 2020, commit 3160770) explicitly
only examined `eq.rhs`. This fix restores that behavior by passing
`eq.rhs` directly instead of relying on the generic `Equation` method.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 99d68c9 commit cc8f783
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments