Skip to content

Commit

Permalink
silent log during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Oct 3, 2024
1 parent f33d6d8 commit 6557a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code/test_pypeec.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pypeec import io

# disable logging to prevent clutter during test evaluation
logging.disable(logging.INFO)
logging.disable(logging.CRITICAL)

# get the path the folder
PATH_ROOT = os.path.dirname(__file__)
Expand Down

0 comments on commit 6557a1c

Please sign in to comment.