Skip to content

Commit 2e7f852

Browse files
committed
Removed debug print line
1 parent b029fd6 commit 2e7f852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_dims.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import pandas as pd
66

77
def test_no_time_dim(barents):
8-
print(barents)
98
b = barents.drop_vars('drifter_names')
109
b = b.isel(trajectory=0).mean(dim='obs')
1110
assert 'time' not in b.variables

0 commit comments

Comments
 (0)