We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c1acc commit 266a72dCopy full SHA for 266a72d
dimspy/experiment.py
@@ -109,7 +109,7 @@ def interpret_experiment(mzrs):
109
print "SIM-Stitch experiment - Overlapping m/z windows....."
110
experiment = "overlapping"
111
else:
112
- raise IOError("SIM-Stitch cannot be applied; 'filter_scan_events' required or set 'skip_stitching' to False")
+ raise IOError("SIM-Stitch cannot be applied; 'filter_scan_events' required or set 'skip_stitching' to True")
113
114
return experiment
115
0 commit comments