Skip to content

Commit 445d5cb

Browse files
test: serialization test is no longer broken
1 parent 995cc28 commit 445d5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ probexpr = ODEProblemExpr{true}(ss, [capacitor.v => 0.0], (0, 0.1); observedfun_
6565
prob_obs = eval(probexpr)
6666
sol_obs = solve(prob_obs, ImplicitEuler())
6767
@show all_obs
68-
@test_broken sol_obs[all_obs] == sol[all_obs]
68+
@test sol_obs[all_obs] == sol[all_obs]

0 commit comments

Comments
 (0)