diff --git a/tests/safeds/ml/nn/test_model.py b/tests/safeds/ml/nn/test_model.py index 2f28db782..1581006a1 100644 --- a/tests/safeds/ml/nn/test_model.py +++ b/tests/safeds/ml/nn/test_model.py @@ -886,7 +886,7 @@ def test_should_assert_that_is_fitted_is_set_correctly_and_check_return_type( Table.from_dict({"a": [1, 2, 3, 4], "b": [1.0, 2.0, 3.0, 4.0]}).to_tabular_dataset("b"), optimization_metric=metric, ) - device.type #noqa + device.type assert fitted_model.is_fitted assert isinstance(fitted_model, NeuralNetworkRegressor)