We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b528c8f commit 8c1083bCopy full SHA for 8c1083b
1 file changed
tests/test_calibration2.py
@@ -130,12 +130,8 @@ def test_old_calibration(mass_spectrum_ftms):
130
"P": (0, 0),
131
}
132
133
- og_len = len(mass_spectrum_ftms)
134
ClusteringFilter().filter_kendrick(mass_spectrum_ftms)
135
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
-
139
140
def test_mz_domain_calibration_centroid(mass_spectrum_centroid, ref_file_location):
141
mass_spectrum_centroid.settings.min_calib_ppm_error = -10
0 commit comments