Skip to content

Commit

Permalink
Better hash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 4, 2025
1 parent f786056 commit a859de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarsen/sentinel1.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __hash__(self) -> int:
self.product_urlpath,
self.measurement_group,
self.measurement_chunks,
) + tuple(self.kwargs.items())
) + tuple(repr(self.kwargs))
return hash(id)

# SarProduct interaface
Expand Down

0 comments on commit a859de7

Please sign in to comment.