Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
l-althueser committed Mar 18, 2024
1 parent 5d0c9f6 commit 7c4bcbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions straxen/itp_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def __init__(self, data, method="WeightedNearestNeighbors", **kwargs):
del self.data["quantized"]
if "rotated" in self.data:
rotated = True
else:
rotated = False

csys = self.data["coordinate_system"]
if not len(csys):
Expand Down

0 comments on commit 7c4bcbf

Please sign in to comment.