Skip to content

Commit

Permalink
item iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
masawdah committed Jun 25, 2024
1 parent a2546d7 commit 8c8e743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xvec/zonal.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _zonal_stats_exactextract(
if pd.api.types.is_list_like(stats):
agg = {}
i = 0
for stat in stats:
for stat in stats: # type: ignore
df = results.iloc[:, i : i + locs]
# Unstack the result
arr = df.values.reshape(original_shape)
Expand Down

0 comments on commit 8c8e743

Please sign in to comment.