We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc2165 commit 711f769Copy full SHA for 711f769
1 file changed
tests/test_calibration2.py
@@ -64,6 +64,8 @@ def test_autorecalibration(mass_spectrum_ftms, ref_file_location):
64
def test_segmentedmzcalibration(mass_spectrum_ftms, ref_file_location):
65
# Tests profile mode recalibration
66
mass_spectrum_ftms.filter_by_noise_threshold()
67
+ mass_spectrum_ftms.parameters.mass_spectrum.min_calib_ppm_error = -5
68
+ mass_spectrum_ftms.parameters.mass_spectrum.max_calib_ppm_error = 5
69
70
# Check that mass_spectrum_ftms has not been calibrated
71
assert set(mass_spectrum_ftms.mz_cal) == {None}
0 commit comments