Skip to content

Commit

Permalink
test: fix typo in NNODE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Jan 20, 2024
1 parent 5df70a8 commit 402aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NNODE_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sol = solve(prob, NeuralPDE.NNODE(chain, opt), verbose = true,
sol = solve(prob, NeuralPDE.NNODE(luxchain, opt), dt = 1 / 20.0f0, verbose = true,
abstol = 1.0f-10, maxiters = 200)

Any solve(prob, NeuralPDE.NNODE(luxchain, opt; autodiff = true),
solve(prob, NeuralPDE.NNODE(luxchain, opt; autodiff = true),
dt = 1 / 20.0f0,
verbose = true, abstol = 1.0f-10, maxiters = 200)

Expand Down

0 comments on commit 402aec0

Please sign in to comment.