Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillZubov committed Mar 22, 2024
1 parent c38a78f commit 1e38676
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 @@ -71,7 +71,7 @@ using NeuralPDE
operator_predict = pino_solution.phi(
fine_tune_solution.input_data_set, pino_solution.res.u)
ground = linear_analytic.(u0, p, fine_tune_solution.input_data_set[[1], :, :])
@test groundfine_tune_predict atol=0.1
@test groundfine_tune_predict atol=1.
@test operator_predictfine_tune_predict rtol=0.1
end

Expand Down

0 comments on commit 1e38676

Please sign in to comment.