Skip to content

Commit

Permalink
Update timsrust version
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 5, 2024
1 parent e20d532 commit aaabba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.20.0"
mzdata = "0.13.0"
timsrust = "0.2.3"
timsrust = "0.2.4"
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_bruker_tdf_reading():


def test_bruker_minitdf_reading():
precursor = get_precursor_info("tests/data/test.ms2")["2"]
precursor = get_precursor_info("tests/data/test.ms2")["3"]
assert precursor.mz == pytest.approx(502, 0.0001)
assert precursor.charge == 2
assert precursor.intensity == 0
Expand Down

0 comments on commit aaabba6

Please sign in to comment.