Skip to content

Commit

Permalink
fix small xarray bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Mar 28, 2024
1 parent c3f51b3 commit 317158b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions polytope/engine/hullslicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def _build_sliceable_child(self, polytope, ax, node, datacube, lower, upper, nex
if flattened.get(datacube.coupled_axes[0][0], None) is not None:
flattened_tuple = (datacube.coupled_axes[0][0], flattened.get(datacube.coupled_axes[0][0], None))
flattened = {flattened_tuple[0]: flattened_tuple[1]}
else:
flattened = {}

values = self.axis_values_between.get((flattened_tuple, ax.name, lower, upper, method), None)
if self.axis_values_between.get((flattened_tuple, ax.name, lower, upper, method), None) is None:
Expand Down

0 comments on commit 317158b

Please sign in to comment.