Skip to content

Commit

Permalink
test: add show statement to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Feb 3, 2025
1 parent 2dc09cf commit 3122683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/NNODE_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ end
alg = NNODE(luxchain, opt; additional_loss, strategy)
@test begin
sol = solve(prob, alg; verbose = false, maxiters = 500, abstol = 1e-6)
@show sol.errors[:l2]
sol.errors[:l2] < 0.5
end
end
Expand Down

0 comments on commit 3122683

Please sign in to comment.