diff --git a/tests/safeds/ml/nn/test_model.py b/tests/safeds/ml/nn/test_model.py index c08bbd34e..a0e36d92a 100644 --- a/tests/safeds/ml/nn/test_model.py +++ b/tests/safeds/ml/nn/test_model.py @@ -331,7 +331,10 @@ def test_should_raise_when_fitting_by_exhaustive_search_without_choice(self, dev ids=["accuracy", "precision", "recall", "f1_score"], ) def test_should_assert_that_is_fitted_is_set_correctly_and_check_return_type( - self, metric: Literal["accuracy", "precision", "recall", "f1_score"], positive_class: Any, device: Device, + self, + metric: Literal["accuracy", "precision", "recall", "f1_score"], + positive_class: Any, + device: Device, ) -> None: model = NeuralNetworkClassifier(InputConversionTable(), [ForwardLayer(Choice(2, 4)), ForwardLayer(1)]) assert not model.is_fitted