Skip to content

Commit

Permalink
Remove leftover debugging print()
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 1, 2024
1 parent 9bfe7a2 commit a09bc84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/saving_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ saved_values = SavedValues(Float64, Tuple{Float64, Float64})
cb = SavingCallback((u, t, integrator) -> (tr(u), norm(u)), saved_values,
save_everystep = false, save_start = false)
sol = solve(prob, Tsit5(), callback = cb)
print(saved_values.saveval)
@test length(saved_values.t) == 1
@test saved_values.t[1] == 1.0

Expand Down

0 comments on commit a09bc84

Please sign in to comment.