Skip to content

Commit

Permalink
wip: safe point
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobomiranda committed May 27, 2024
1 parent 4f67ead commit 7453cc4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions tests/resources/small_test/small_test-lx2.sc
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/resources/small_test/small_test.sc
Git LFS file not shown
7 changes: 4 additions & 3 deletions tests/resources/t_sim/project_data/tSIM_Stitched.lxp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setting = -1
selectionwindow = 0.4
timerange = (0,1001)
mscalibration = 559.3777
msmscalibration =
msmscalibration =
msmassrange = (400,1000)
msmsmassrange = (150,1000)
mstolerance = 5
Expand Down Expand Up @@ -39,8 +39,8 @@ monoisotopiccorrection = False
relativeintensity = False
logmemory = False
intensitycorrection = False
intensitycorrectionprecursor =
intensitycorrectionfragment =
intensitycorrectionprecursor =
intensitycorrectionfragment =
masterscaninsql = False
sumfattyacids = False
resultfile = tests/resources/t_sim/reference/tmp-out.csv
Expand Down Expand Up @@ -98,3 +98,4 @@ qs_ms1_psd5 (m-h)-.mfql-name = QS_MS1_PSd5 (M-H)-.mfql
qs_ms1_psd5 (m-h)-.mfql = tests/resources/t_sim/mfqls/QS_MS1_PSd5 (M-H)-.mfql
qs_ms1_smd9 (m+hcoo)-.mfql-name = QS_MS1_SMd9 (M+HCOO)-.mfql
qs_ms1_smd9 (m+hcoo)-.mfql = tests/resources/t_sim/mfqls/QS_MS1_SMd9 (M+HCOO)-.mfql

2 changes: 1 addition & 1 deletion tests/test_t_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_multi_id_isotopic_correction(getMfqlFiles, get_options):

assert is_ok


@pytest.mark.skip(reason="not a focus now")
def test_mzML():
mzMLFile = (
r"tests/resources/small_test/190321_Serum_Lipidextract_368723_01.mzML"
Expand Down

0 comments on commit 7453cc4

Please sign in to comment.