Skip to content

Commit 9484879

Browse files
Add missing DiffEqCallbacks import for PresetTimeCallback
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 45f83a8 commit 9484879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/ode_tstops_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, Test, Random
1+
using OrdinaryDiffEq, Test, Random, StaticArrays, DiffEqCallbacks
22
import ODEProblemLibrary: prob_ode_linear
33
Random.seed!(100)
44

0 commit comments

Comments
 (0)