Skip to content

Commit

Permalink
Remove obsolete tests; fix search space test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 8, 2024
1 parent 66c5c2a commit 345ccd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 116 deletions.
79 changes: 0 additions & 79 deletions tests/test_predictions.py

This file was deleted.

35 changes: 0 additions & 35 deletions tests/test_retention_time.py

This file was deleted.

7 changes: 5 additions & 2 deletions tests/test_search_space.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
from ms2pip.search_space import (ModificationConfig, ProteomeSearchSpace,
_get_peptidoform_modification_versions,
from ms2pip.search_space import (
ModificationConfig,
ProteomeSearchSpace,
_get_peptidoform_modification_versions,
_restructure_modifications_by_target,
_PeptidoformSearchSpace,
)

OXIDATION = ModificationConfig(
label="Oxidation",
amino_acid="M",
Expand Down

0 comments on commit 345ccd8

Please sign in to comment.