Skip to content

Commit 8c1083b

Browse files
committed
Modify test_old_calibration
1 parent b528c8f commit 8c1083b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_calibration2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,8 @@ def test_old_calibration(mass_spectrum_ftms):
130130
"P": (0, 0),
131131
}
132132

133-
og_len = len(mass_spectrum_ftms)
134133
ClusteringFilter().filter_kendrick(mass_spectrum_ftms)
135134

136-
# Check that the mass spectrum has not filtered anything (i.e. the length is the same)
137-
assert len(mass_spectrum_ftms) == og_len
138-
139135

140136
def test_mz_domain_calibration_centroid(mass_spectrum_centroid, ref_file_location):
141137
mass_spectrum_centroid.settings.min_calib_ppm_error = -10

0 commit comments

Comments
 (0)