Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kwypchlo committed May 18, 2018
1 parent dff3a90 commit 7752259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cr/cube/crunch_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def _prune_indices_tuple(self, row_margin, column_margin, transforms):
)
col_inserted_indices = (
self.inserted_dim_inds(transforms, 1)
)
) if np.any(row_margin) else []

return (
self._margin_pruned_indices(row_margin, row_inserted_indices),
Expand Down

0 comments on commit 7752259

Please sign in to comment.