There was an error while loading. Please reload this page.
1 parent 33355f0 commit 5ca9c17Copy full SHA for 5ca9c17
1 file changed
tests/test_scan_events.py
@@ -51,10 +51,3 @@ def test_scan_events_angiotensin(angiotensin_raw_file):
51
assert events.scan_events == 0
52
53
54
-def test_scan_events_uv():
55
- path = os.path.join(os.path.dirname(__file__), "..", "test_data", "MTBLS773_UV.raw")
56
- if not os.path.exists(path):
57
- pytest.fail(f"Test file not found: {path}")
58
-
59
- raw = RawFile(path)
60
- raw.close()
0 commit comments