Skip to content

Commit a52dd97

Browse files
committed
up
1 parent 8c30383 commit a52dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simulation_and_solving/jacobian_construction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let
102102
return J
103103
end
104104
@test eval_jac(oprob_jac, false) == eval_jac(sprob_jac, false) == eval_jac(nlprob_jac, false)
105-
@test_broken eval_jac(oprob_sjac, true) == eval_jac(sprob_sjac, true) == eval_jac(nlprob_sjac, true) # https://github.com/SciML/ModelingToolkit.jl/issues/3527
105+
@test eval_jac(oprob_sjac, true) == eval_jac(sprob_sjac, true) == eval_jac(nlprob_sjac, true)
106106
end
107107
end
108108

0 commit comments

Comments
 (0)