Skip to content

Commit

Permalink
stochastic passes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 25, 2019
1 parent f361301 commit 0106d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/neural_de.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Flux.back!(sum(neural_ode(dudt,x,tspan,Tsit5(),saveat=0.0:0.1:10.0)))
Flux.back!(sum(neural_ode_rd(dudt,x,tspan,Tsit5(),saveat=0.1)))

mp = Float32[0.1,0.1]
@test_broken neural_dmsde(dudt,x,mp,tspan,SOSRI(),saveat=0.1)
@test_broken back!(neural_msde(dudt,x,mp,tspan,SOSRI(),saveat=0.1))
neural_dmsde(dudt,x,mp,tspan,SOSRI(),saveat=0.1)
Flux.back!(sum(neural_dmsde(dudt,x,mp,tspan,SOSRI(),saveat=0.1)))

0 comments on commit 0106d76

Please sign in to comment.