Skip to content

Commit e67763a

Browse files
test: remove test for creating incomplete SDEProblem
1 parent 49bcc82 commit e67763a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/sdesystem.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ solexpr = solve(eval(probexpr), SRIW1(), seed = 1)
3636

3737
@test all(x -> x == 0, Array(sol - solexpr))
3838

39-
# Test no error
40-
@test_nowarn SDEProblem(de, nothing, (0, 10.0))
41-
@test SDEProblem(de, nothing).tspan == (0.0, 10.0)
42-
4339
noiseeqs_nd = [0.01*x 0.01*x*y 0.02*x*z
4440
σ 0.01*y 0.02*x*z
4541
ρ β 0.01*z]

0 commit comments

Comments
 (0)