Skip to content

Commit

Permalink
fix for geometric mean test
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-rz committed Feb 28, 2024
1 parent a18e6e0 commit 992610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k3_addons/metrics/geometric_mean_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_test_data():


def assert_result(expected, result):
np.testing.assert_allclose(expected, result, atol=1e-6)
np.testing.assert_allclose(expected, result, atol=1e-5)


def check_result(obj, expected_result, expected_count):
Expand Down

0 comments on commit 992610a

Please sign in to comment.