Skip to content

Commit 3088c80

Browse files
committed
Removed TODO
1 parent ce3d597 commit 3088c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ function calculate_jacobian(sys::NonlinearSystem; sparse = false, simplify = fal
194194
end
195195

196196
# observed equations may depend on unknowns, so substitute them in first
197-
# TODO: must do the same fix in e.g. calculate_hessian?
198197
# TODO: rather keep observed derivatives unexpanded, like "Differential(obs)(expr)"?
199198
obs = Dict(eq.lhs => eq.rhs for eq in observed(sys))
200199
rhs = map(eq -> fixpoint_sub(eq.rhs, obs), equations(sys))

0 commit comments

Comments
 (0)