Skip to content

Commit

Permalink
use ds.sizes instead of ds.dims to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 22, 2024
1 parent 8b3b548 commit 2a1df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration/test_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_nan_propagation_through_filters(sample_dataset, window, helpers):

assert (
n_total_nans_input
== n_low_confidence_kpts * sample_dataset.dims["space"]
== n_low_confidence_kpts * sample_dataset.sizes["space"]
)

# Compute maximum expected increase in NaNs due to filtering
Expand Down

0 comments on commit 2a1df39

Please sign in to comment.