Skip to content

Commit

Permalink
fix flake and test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Feb 9, 2022
1 parent 888a7db commit 89d6d35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoPyTorch/api/base_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ def _load_best_individual_model(self) -> SingleBest:
backend=self._backend,
)


return ensemble

def _cleanup(self) -> None:
Expand Down Expand Up @@ -1277,7 +1276,7 @@ def _search(
self.ensemble_.identifiers_
)
)

self._cleanup()

return self
Expand Down

0 comments on commit 89d6d35

Please sign in to comment.