Skip to content

Commit

Permalink
PointToFieldFunctionalChaosAlgorithm: Increase tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed May 2, 2024
1 parent 1af6cb7 commit 74a36d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/t_PointToFieldFunctionalChaosAlgorithm_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
s1 = sensitivity.getFirstOrderIndices(marginalIndex)
st = sensitivity.getTotalOrderIndices(marginalIndex)
print(s1, st)
ott.assert_almost_equal(sensitivity.getFirstOrderIndices(0), [0.457798, 0.447243, 0.0905814, 0.00437806], 0.0, 1e-2)
ott.assert_almost_equal(sensitivity.getFirstOrderIndices(0), [0.457798, 0.447243, 0.0905814, 0.00437806], 0.0, 2e-2)

0 comments on commit 74a36d7

Please sign in to comment.