Skip to content

Commit

Permalink
change neural mSDE test condition to generate a time series
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 22, 2019
1 parent c983fe2 commit 3c42d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/neural_de.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ neural_ode(x,dudt,tspan,diffeq_adjoint,Tsit5(),saveat=0.1)
neural_ode(x,dudt,tspan,diffeq_fd,Tsit5(),saveat=0.1)
neural_ode(x,dudt,tspan,diffeq_rd,Tsit5(),saveat=0.1)

neural_msde(x,dudt,[0.1,0.1],tspan,SOSRI(),save_everystep=false,save_start=false)
neural_msde(x,dudt,[0.1,0.1],tspan,SOSRI(),saveat=0.1)

0 comments on commit 3c42d3b

Please sign in to comment.