Skip to content

Commit

Permalink
Revert "debug tests"
Browse files Browse the repository at this point in the history
This reverts commit ea72da3.
  • Loading branch information
mschwoer committed Nov 26, 2024
1 parent 2b0cf3d commit 1540dba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ jobs:
pip install pytest nbmake==1.5.3
conda deactivate
- name: Run tests
continue-on-error: true
shell: bash -l {0}
run: |
conda activate alphabase
cd tests
. ./run_tests.sh
conda deactivate
- uses: actions/upload-artifact@v4
with:
name: reference_diann_1.9.0_new.parquet
path: "/home/runner/work/alphabase/alphabase/alphabase/reference_diann_1.9.0_new.parquet"
if-no-files-found: warn
3 changes: 0 additions & 3 deletions tests/integration/test_psm_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ def test_diann_190_tsv_reader() -> None:
reader = DiannReader()
reader.import_file(file_path)

reader.psm_df.to_parquet(
"/home/runner/work/alphabase/alphabase/alphabase/reference_diann_1.9.0_new.parquet"
)
_assert_reference_df_equal(reader.psm_df, "diann_1.9.0_tsv", loose_check=True)


Expand Down

0 comments on commit 1540dba

Please sign in to comment.