Skip to content

Commit

Permalink
removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Aug 29, 2024
1 parent aefe40b commit 61788a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/datasets/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def __call__(self, data):

class OrientableToClassTransform:
def __call__(self, data):
print(data)
data.y = data.orientable.long()
return data

Expand Down

0 comments on commit 61788a7

Please sign in to comment.