Skip to content

Commit ab3c585

Browse files
committed
clean up
1 parent 17e9bb7 commit ab3c585

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/instruments/test_drifter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ def test_drifter_depths(tmpdir) -> None:
185185
"Depth drifter depth should be constant"
186186
)
187187

188-
if not drifter_surface.temperature[0] != drifter_depth.temperature[0]:
189-
breakpoint()
190-
191188
assert drifter_surface.temperature[0] != drifter_depth.temperature[0], (
192189
"Surface and deeper drifter should have different temperature measurements"
193190
)

0 commit comments

Comments
 (0)