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 Jul 21, 2022
1 parent 5f3d4b6 commit 200aa7f
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 @@ -686,7 +686,6 @@ def _load_best_individual_model(self) -> SingleBest:
backend=self._backend,
)


return ensemble

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

self._cleanup()

return self
Expand Down

0 comments on commit 200aa7f

Please sign in to comment.