Skip to content

Commit c406d04

Browse files
committed
fix tests
1 parent 1020ea1 commit c406d04

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

test/diffeqfluxtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, DiffEqFlux, Lux, Optimization, OptimizationOptimJL,
1+
using OrdinaryDiffEqTsit5, DiffEqFlux, Lux, Optimization, OptimizationOptimJL,
22
OptimizationOptimisers, ForwardDiff, ComponentArrays, Random
33
rng = Random.default_rng()
44
Random.seed!(123)

test/downstream/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
33
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
4-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

test/downstream/gpu_neural_ode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using DiffEqFlux, OrdinaryDiffEq, Flux, CUDA
1+
using DiffEqFlux, OrdinaryDiffEqTsit5, Flux, CUDA
22
CUDA.allowscalar(false) # Makes sure no slow operations are occurring
33

44
# Generate Data

0 commit comments

Comments
 (0)