Skip to content

Commit

Permalink
Slightly relax tolerance in recycling_fraction test for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Nov 14, 2023
1 parent fe13672 commit ee85f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recycling_fraction_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function run_test(test_input, expected_phi; args...)
println("data tested would be: ", actual_phi)
@test false
else
@test isapprox(actual_phi, expected_phi, rtol=1.e-14, atol=1.e-15)
@test isapprox(actual_phi, expected_phi, rtol=3.e-14, atol=1.e-15)
end
end
end
Expand Down

0 comments on commit ee85f5a

Please sign in to comment.