Skip to content

Commit e8b1f42

Browse files
committed
Make filling in of ion_mobility field conditional on presence of ion_mobility value in sage input
1 parent 9b8ea22 commit e8b1f42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_io/test_sage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pep=None,
1818
precursor_mz=643.0349916987367,
1919
retention_time=108.2854,
20-
ion_mobility=0.0,
20+
ion_mobility=None,
2121
protein_list=["sp|Q99536|VAT1_HUMAN"],
2222
rank=1,
2323
source="sage",
@@ -36,7 +36,6 @@
3636
"delta_rt_model": 0.993444,
3737
"aligned_rt": 0.993444,
3838
"predicted_rt": 0.0,
39-
"predicted_mobility": 0.0,
4039
"matched_peaks": 22.0,
4140
"longest_b": 9.0,
4241
"longest_y": 12.0,

0 commit comments

Comments
 (0)