Skip to content

Commit

Permalink
add diagnostic echos
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Oct 16, 2024
1 parent fb6e422 commit 0d223fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run_quicktests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ conda activate directlfq
pip install pytest
pip install nbmake==1.5.3
pip install alphabase>=1.2.1
echo "Current working directory before cd $(pwd)"
cd quicktests
echo "Current working directory after cd $(pwd)"
pytest --nbmake run_pipeline_w_different_input_formats.ipynb
echo "Current working directory after cd and nb execution $(pwd)"
directlfq lfq -i ../../test_data/system_tests/quicktests/diann/shortened_input.tsv
cd ..
conda deactivate

0 comments on commit 0d223fc

Please sign in to comment.