We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
value
solve_for
1 parent fcc7185 commit dceb93bCopy full SHA for dceb93b
src/structural_transformation/tearing.jl
@@ -48,7 +48,7 @@ function tearing_reassemble(sys; simplify=false)
48
49
eq = eqs[ieq]
50
var = fullvars[iv]
51
- rhs = solve_for(eq, var; simplify=simplify, check=false)
+ rhs = value(solve_for(eq, var; simplify=simplify, check=false))
52
# if we don't simplify the rhs and the `eq` is not solved properly
53
(!simplify && var in vars(rhs)) && (rhs = SymbolicUtils.polynormalize(rhs))
54
# Since we know `eq` is linear wrt `var`, so the round off must be a
0 commit comments