We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e9bb7 commit ab3c585Copy full SHA for ab3c585
1 file changed
tests/instruments/test_drifter.py
@@ -185,9 +185,6 @@ def test_drifter_depths(tmpdir) -> None:
185
"Depth drifter depth should be constant"
186
)
187
188
- if not drifter_surface.temperature[0] != drifter_depth.temperature[0]:
189
- breakpoint()
190
-
191
assert drifter_surface.temperature[0] != drifter_depth.temperature[0], (
192
"Surface and deeper drifter should have different temperature measurements"
193
0 commit comments