Skip to content

Commit

Permalink
increased test verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Oct 23, 2023
1 parent eabba88 commit ad1a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_propulator_sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_Propulator():
}
with tempfile.TemporaryDirectory() as checkpoint_path:
set_logger_config(
level=logging.INFO,
level=logging.DEBUG,
log_file=checkpoint_path + "/propulate.log",
log_to_stdout=True,
log_rank=False,
Expand Down

0 comments on commit ad1a2e2

Please sign in to comment.