Skip to content

Commit

Permalink
Fix appxtrue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed May 20, 2023
1 parent 3556779 commit d8e70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copied from DiffEqDevTools.jl and modified
# See also: https://devdocs.sciml.ai/dev/alg_dev/test_problems/
DiffEqDevTools.appxtrue(sol::ProbODESolution, sol2::TestSolution) =
DiffEqDevTools.appxtrue(sol::ProbODESolution, sol2) =
DiffEqDevTools.appxtrue(mean(sol), sol2)

0 comments on commit d8e70f6

Please sign in to comment.