Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Nov 19, 2024
1 parent cac4542 commit 53217ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dacapo/experiments/datasplits/datasets/dataset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ def verify(self) -> Tuple[bool, str]:
This method is used to validate the configuration of the dataset.
"""
return True, "No validation for this DataSet"

def __hash__(self) -> int:
return hash(self.name)

0 comments on commit 53217ed

Please sign in to comment.