Skip to content

Commit

Permalink
fixup! test: fix ODE and PDE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Feb 3, 2025
1 parent 5788f24 commit 2642a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PINO_ode_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ end
Chain(Dense(1 => 10, Lux.tanh_fast), Dense(10 => 10, Lux.tanh_fast),
Dense(10 => 10, Lux.tanh_fast)))

u = rand(2, 50)
u = rand(3, 50)
v = rand(1, 40, 1)
θ, st = Lux.setup(Random.default_rng(), deeponet)
c = deeponet((u, v), θ, st)[1]
Expand Down

0 comments on commit 2642a92

Please sign in to comment.