Skip to content

Commit

Permalink
Update grids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Jul 6, 2023
1 parent 8a6482a commit 1ea2760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/amuse/datamodel/grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def indices(self):
return [x[self._private.indices] for x in self._original_set().indices()]

def __eq__(self, other):
print(self.shape, other.shape)
if self._private.grid != other._private.grid:
return False
elif self.shape != other.shape:
Expand Down

0 comments on commit 1ea2760

Please sign in to comment.