We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104b830 commit 522b455Copy full SHA for 522b455
1 file changed
test/body_aerodynamics/test_results.jl
@@ -302,8 +302,8 @@ end
302
@info "$combo_name error metrics" prediction_error baseline_difference error_ratio
303
304
# Validate the prediction
305
- @test lin_prediction ≈ nonlin_res rtol=0.01 atol=1e-3
306
- @test error_ratio < 0.005
+ @test lin_prediction ≈ nonlin_res rtol=0.05 atol=1e-3
+ @test error_ratio < 0.05
307
end
308
309
0 commit comments