Skip to content

Commit 8207cc7

Browse files
Test fixing
1 parent 7a4a5fb commit 8207cc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/interface/dae_initialize_integration.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
using ModelingToolkit, OrdinaryDiffEq, NonlinearSolve, Test
2-
3-
@parameters t g e b
2+
using ModelingToolkit: D_nounits as D, t_nounits as t
3+
@parameters g e b
44
@variables v(t) w(t) F(t)
5-
@derivatives D' ~ t
65
single_neuron_eqs = [
76
D(v) ~ min(max(-2 - v, v), 2 - v) - w + F, # add the flux term
87
D(w) ~ e * (v - g * w + b)

0 commit comments

Comments
 (0)