Skip to content

Commit 550bb56

Browse files
dcherianIllviljan
andauthored
Update flox/aggregations.py
Co-authored-by: Illviljan <[email protected]>
1 parent 581b739 commit 550bb56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flox/aggregations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ class Scan:
590590
class AlignedArrays:
591591
"""Simple Xarray DataArray type data class with two aligned arrays."""
592592

593-
array: np.array
594-
group_idx: np.array
593+
array: np.ndarray
594+
group_idx: np.ndarray
595595

596596
def __post_init__(self):
597597
assert self.array.shape[-1] == self.group_idx.size

0 commit comments

Comments
 (0)