Skip to content

Commit

Permalink
Fix test for min_members
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Feb 14, 2024
1 parent 6a4117c commit 86644b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def first(ds):
)

# Special value
out = first(aggfunc(ens, min_members=-1))
out = first(aggfunc(ens, min_members=None))
# All null
assert out.isnull().all()

Expand Down

0 comments on commit 86644b6

Please sign in to comment.