Skip to content

Commit 2e2407f

Browse files
committed
fix ut
1 parent 105d1e4 commit 2e2407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_aggregate_ood_results_for_one_model(
1414
model.show_calculator_task = False
1515
aggregator = ResultsFetcher()
1616
result = aggregator.aggregate_ood_results_for_one_model(model=model)
17-
np.testing.assert_almost_equal(result["Molecules"], 0.234724350, decimal=5)
17+
np.testing.assert_almost_equal(result["Molecules"], desired=0.22748765, decimal=5)
1818
np.testing.assert_almost_equal(result["Inorganic Materials"], 0.2972349, decimal=5)
1919
assert result["Catalysis"] is None
2020
with caplog.at_level(logging.WARNING):

0 commit comments

Comments
 (0)