Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenLJY committed Mar 19, 2024
1 parent a11c309 commit 917fab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodules/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def __getitem__(self, idx):
return data, cond

def __len__(self):
return len(self.cats
return len(self.cats)

0 comments on commit 917fab8

Please sign in to comment.