Skip to content

Commit c74a266

Browse files
committed
test no longer broken
1 parent f5e11e0 commit c74a266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reactionsystem_core/custom_crn_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let
4949
ps = rnd_ps(custom_function_network_1, rng; factor)
5050
t = rand(rng)
5151
@test f_eval(custom_function_network_1, u0, ps, t) f_eval(custom_function_network_2, u0, ps, t)
52-
@test_broken jac_eval(custom_function_network_1, u0, ps, t) jac_eval(custom_function_network_2, u0, ps, t) # Weird error dur to some SciML update. Reported in https://github.com/SciML/ModelingToolkit.jl/issues/3447.
52+
@test jac_eval(custom_function_network_1, u0, ps, t) jac_eval(custom_function_network_2, u0, ps, t)
5353
@test g_eval(custom_function_network_1, u0, ps, t) g_eval(custom_function_network_2, u0, ps, t)
5454
end
5555
end

0 commit comments

Comments
 (0)