Skip to content

Commit e737613

Browse files
update NeuralODE
1 parent fda05e6 commit e737613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diffeqfluxtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pp, st = Lux.setup(rng, dudt2)
7777
pp = ComponentArray(pp)
7878

7979
function predict_neuralode(p)
80-
Array(prob_neuralode(u0, p))
80+
Array(prob_neuralode(u0, p, st)[1])
8181
end
8282

8383
function loss_neuralode(p)

0 commit comments

Comments
 (0)