Skip to content

Commit

Permalink
flake8 errors test_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Mamalet committed Oct 8, 2024
1 parent 37a54f5 commit 8a05fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_provable_vs_adjusted(loss, loss_params, nb_class):
diff = np.min(np.abs(l1 - l2))
assert (
diff > 1e-4
), f"{loss} provable and adjusted robustness must give
), f"{loss} provable and adjusted robustness must give \
different values when y_true!=y_pred"


Expand Down

0 comments on commit 8a05fc7

Please sign in to comment.