We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105d1e4 commit 2e2407fCopy full SHA for 2e2407f
tests/metrics/test_visualization.py
@@ -14,7 +14,7 @@ def test_aggregate_ood_results_for_one_model(
14
model.show_calculator_task = False
15
aggregator = ResultsFetcher()
16
result = aggregator.aggregate_ood_results_for_one_model(model=model)
17
- np.testing.assert_almost_equal(result["Molecules"], 0.234724350, decimal=5)
+ np.testing.assert_almost_equal(result["Molecules"], desired=0.22748765, decimal=5)
18
np.testing.assert_almost_equal(result["Inorganic Materials"], 0.2972349, decimal=5)
19
assert result["Catalysis"] is None
20
with caplog.at_level(logging.WARNING):
0 commit comments