Skip to content

Commit

Permalink
enable debug logging on the called code itself
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Oct 21, 2024
1 parent 5f5765e commit 741e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
run: |
# Hardcode the conversion line
for x in dataset/*.mrc; do python -c "import mrcfile; mrc = mrcfile.mmap('$x', 'r+'); mrc.voxel_size = 13.79"; done
python -u $(which pytom_create_template.py) -i templates/emd_2938.map -o templates/80S.mrc --input-voxel 1.1 --output-voxel 13.79 --center --invert -b 60
python -u $(which pytom_create_template.py) -i templates/emd_2938.map -o templates/80S.mrc --input-voxel 1.1 --output-voxel 13.79 --center --invert -b 60 --log debug
# python -u tests/test_tutorial.py

0 comments on commit 741e61c

Please sign in to comment.