Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 33ce821 commit a650472
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/regression_tests/test_apax_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ def test_regression_model_training(get_md22_stachyose, get_tmp_path):
print((np.array(current_metrics[key])[-1]))

for key in comparison_metrics.keys():
assert (
abs((np.array(current_metrics[key])[-1] - comparison_metrics[key])) < 0.01
)
assert abs((np.array(current_metrics[key])[-1] - comparison_metrics[key])) < 0.01

0 comments on commit a650472

Please sign in to comment.