Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Jan 22, 2025
1 parent ae27101 commit 514572b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/run_quicktests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
conda activate directlfq
pip install -r ../requirements/requirements_development.txt
cd quicktests
pytest --nbmake run_pipeline_w_different_input_formats.ipynb
python -m pytest --nbmake run_pipeline_w_different_input_formats.ipynb
directlfq lfq -i ../../test_data/system_tests/quicktests/diann/shortened_input.tsv
cd ..
conda deactivate
4 changes: 2 additions & 2 deletions tests/run_ratio_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ratio_tests
pip install pytest
pip install nbmake==1.5.3
echo "Running ratio tests"
pytest --nbmake systemtest_ratio_mixed_species1.ipynb --nbmake-timeout=1800
pytest --nbmake systemtest_ratio_mixed_species2.ipynb --nbmake-timeout=1800
python -m pytest --nbmake systemtest_ratio_mixed_species1.ipynb --nbmake-timeout=1800
python -m pytest --nbmake systemtest_ratio_mixed_species2.ipynb --nbmake-timeout=1800
cd ..
conda deactivate

0 comments on commit 514572b

Please sign in to comment.