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 Dec 25, 2021
1 parent c83e7d6 commit 74bb98c
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 @@ -618,7 +618,6 @@ def _load_best_individual_model(self) -> SingleBest:
backend=self._backend,
)


return ensemble

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

self._cleanup()

return self
Expand Down

0 comments on commit 74bb98c

Please sign in to comment.