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 2ba791b commit 1a44b41Copy full SHA for 1a44b41
dimspy/portals/mzml_portal.py
@@ -74,7 +74,7 @@ def peaklist(self, scan_id, function_noise="median"):
74
if len(scan.peaks) > 0:
75
mzs, ints = zip(*scan.peaks)
76
else:
77
- mss, ints = [], []
+ mzs, ints = [], []
78
79
scan_time = scan["MS:1000016"]
80
tic = scan["total ion current"]
0 commit comments