Skip to content

Commit

Permalink
linter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhardsa0 committed Jul 15, 2024
1 parent e0eb11a commit a9c3f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safeds/ml/nn/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a9c3f35

Please sign in to comment.