Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Oct 25, 2023
1 parent cb8a2d0 commit cd3a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ class TestAutoMLSemiSupervisedClassifier:

def test_init(self):
assert isinstance(self.api.splitter, SemiSupervisedSplitter)
assert isinstance(self.api.label_enconder, SemiSupervisedLabelEncoder)
assert isinstance(self.api.label_encoder, SemiSupervisedLabelEncoder)
assert self.api.splitter.get_n_splits() == 1

0 comments on commit cd3a32c

Please sign in to comment.