Skip to content

Commit a62a06b

Browse files
fix depwarns
1 parent 45c4a6c commit a62a06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/adaptive/sde_linearadaptive_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ add_probs[2] = prob_sde_additivesystem
99

1010

1111
for i in 1:2
12-
bigprob = SDEProblem(probs[i].f,probs[i].g,big(probs[i].u0),(big(probs[i].tspan[1]),big(probs[i].tspan[2])),noise=probs[i].noise)
13-
add_bigprob = SDEProblem(add_probs[i].f,add_probs[i].g,big(add_probs[i].u0),(big(add_probs[i].tspan[1]),big(add_probs[i].tspan[2])),noise=add_probs[i].noise)
12+
bigprob = SDEProblem(probs[i].f,probs[i].g,big.(probs[i].u0),(big.(probs[i].tspan[1]),big.(probs[i].tspan[2])),noise=probs[i].noise)
13+
add_bigprob = SDEProblem(add_probs[i].f,add_probs[i].g,big.(add_probs[i].u0),(big.(add_probs[i].tspan[1]),big.(add_probs[i].tspan[2])),noise=add_probs[i].noise)
1414
## SRIW1
1515

1616
srand(100)

0 commit comments

Comments
 (0)