Skip to content

Commit

Permalink
fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Dec 3, 2024
1 parent 4f6e894 commit e67c595
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/NN_SDE_tests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@testitem "Test-1" tags=[:nnsde] begin
using NeuralPDE, Lux, Optimization, OptimizationOptimJL, Plots
using ModelingToolkit: Interval
using OrdinaryDiffEq, Random
using OrdinaryDiffEq, Random, Lux, Optimisers
using OptimizationOptimJL: BFGS
Random.seed!(100)

α = 1
Expand Down

0 comments on commit e67c595

Please sign in to comment.