Skip to content

Commit

Permalink
reverted to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ma595 committed Apr 4, 2023
1 parent e1fec90 commit 8e919f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/integration/test_partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_run_partition_nt(setup_data):
# PROD_TO_COMPARE = ['c', 'y']
PROD_TO_COMPARE = ['y',]
# PERC_TO_COMPARE = ['1.25', '3.75',]
PERC_TO_COMPARE = ['3.75',]
PERC_TO_COMPARE = ['1.25',]

from oneflux.tools.partition_nt import remove_previous_run, run_python
remove_previous_run(datadir=datadir, siteid=siteid, sitedir=sitedir, python=True,
Expand Down

0 comments on commit 8e919f2

Please sign in to comment.