We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b029fd6 commit 2e7f852Copy full SHA for 2e7f852
tests/test_dims.py
@@ -5,7 +5,6 @@
5
import pandas as pd
6
7
def test_no_time_dim(barents):
8
- print(barents)
9
b = barents.drop_vars('drifter_names')
10
b = b.isel(trajectory=0).mean(dim='obs')
11
assert 'time' not in b.variables
0 commit comments