Skip to content

Commit

Permalink
small fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 24, 2024
1 parent 807fc02 commit bbfc210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def benchmark_regression(tmp_path, dataset):
raise FileNotFoundError("Regression did not exist and has been regenerated")

regression_data = np.load(regression_path)
np.testing.assert_allclose(regression_data, result)
np.testing.assert_allclose(regression_data, result, rtol=4e-6)

0 comments on commit bbfc210

Please sign in to comment.