Skip to content

Commit

Permalink
fixup! test: make verbose = false for NNODE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Mar 21, 2024
1 parent f0c5a34 commit 8cada6a
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 @@ -168,7 +168,7 @@ end
points = 200
alg = NNODE(chain, opt, autodiff = false,
strategy = NeuralPDE.WeightedIntervalTraining(weights, points))
sol = solve(prob_oop, alg, verbose = true, maxiters = 5000, saveat = 0.01)
sol = solve(prob_oop, alg, verbose = false, maxiters = 5000, saveat = 0.01)
@test abs(mean(sol) - mean(true_sol)) < 0.2
end

Expand Down

0 comments on commit 8cada6a

Please sign in to comment.