Skip to content

Commit

Permalink
Removed debug print line
Browse files Browse the repository at this point in the history
  • Loading branch information
knutfrode committed Nov 12, 2024
1 parent b029fd6 commit 2e7f852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_dims.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pandas as pd

def test_no_time_dim(barents):
print(barents)
b = barents.drop_vars('drifter_names')
b = b.isel(trajectory=0).mean(dim='obs')
assert 'time' not in b.variables
Expand Down

0 comments on commit 2e7f852

Please sign in to comment.