Skip to content

Commit

Permalink
test fix. log_level = DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Jul 6, 2024
1 parent f55a772 commit 8998d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/postproc/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_spatial_agg():
1,
year=2018,
max_workers=1,
log_level=False,
log_level='DEBUG',
ignore_dsets=IGNORE_DSETS,
)

Expand Down Expand Up @@ -191,7 +191,7 @@ def test_spatiotemporal_agg():
1,
year=2018,
max_workers=1,
log_level=False,
log_level='DEBUG',
ignore_dsets=IGNORE_DSETS,
)

Expand Down Expand Up @@ -278,7 +278,7 @@ def test_multi_file():
1,
year=2018,
max_workers=1,
log_level=False,
log_level='DEBUG',
ignore_dsets=IGNORE_DSETS,
)

Expand Down

0 comments on commit 8998d0f

Please sign in to comment.