Skip to content

Commit 1a44b41

Browse files
committed
Fix typo
1 parent 2ba791b commit 1a44b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dimspy/portals/mzml_portal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def peaklist(self, scan_id, function_noise="median"):
7474
if len(scan.peaks) > 0:
7575
mzs, ints = zip(*scan.peaks)
7676
else:
77-
mss, ints = [], []
77+
mzs, ints = [], []
7878

7979
scan_time = scan["MS:1000016"]
8080
tic = scan["total ion current"]

0 commit comments

Comments
 (0)