Skip to content

Commit

Permalink
overwrite whole utils/explanations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gumityolcu committed Jun 3, 2024
1 parent a5f7034 commit 8f2853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/explanations.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ def __setitem__(self, idx: int, val: Tuple[torch.Tensor, torch.Tensor]):
return val

def __len__(self) -> int:
return len(self.files)
return len(self.files)

0 comments on commit 8f2853c

Please sign in to comment.