Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Feb 23, 2022
1 parent 5ab2ca6 commit 39f6bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoPyTorch/evaluation/abstract_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def _init_datamanager_info(
self.splits = datamanager.splits
if self.splits is None:
raise AttributeError(f"create_splits on {datamanager.__class__.__name__} must be called "
f"before the instantiation of {self.__class__.__name__}")
f"before the instantiation of {self.__class__.__name__}")

# delete datamanager from memory
del datamanager
Expand Down

0 comments on commit 39f6bfc

Please sign in to comment.