Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
sibre28 committed Jun 25, 2024
1 parent af06e73 commit b8229f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from safeds.ml.classical.classification import BaselineClassifier


# TODO To test predict cases, we have to fit the model first which takes a couple seconds each time. Find a way to
# TODO only fit a model once and pass it to all predict test cases.
class TestBaselineClassifier:
def test_should_raise_if_fit_dataset_contains_no_data(self) -> None:
model = BaselineClassifier()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from safeds.ml.classical.regression import BaselineRegressor


# TODO To test predict cases, we have to fit the model first which takes a couple seconds each time. Find a way to
# TODO only fit a model once and pass it to all predict test cases.
class TestBaselineRegressor:
def test_should_raise_if_fit_dataset_contains_no_data(self) -> None:
model = BaselineRegressor()
Expand Down

0 comments on commit b8229f6

Please sign in to comment.