Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jiradeto committed Nov 24, 2023
1 parent b8ec5f9 commit 2aef3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiment/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def render_startup_script_template( # pylint: disable=too-many-arguments
def create_trial_instance( # pylint: disable=too-many-arguments
fuzzer: str,
benchmark: str,
trial_id: int,
trial_id: int,
experiment_config: dict,
preemptible: bool,
cpuset=None,
Expand Down
2 changes: 1 addition & 1 deletion experiment/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_create_trial_instance(benchmark, expected_image, expected_target,
-e BENCHMARK={benchmark} \\
-e EXPERIMENT=test-experiment \\
-e TRIAL_ID=9 \\
-e TRIAL_GROUP_NUM=0 \\
-e MAX_TOTAL_TIME=86400 \\
-e TRIAL_GROUP_NUM=0 \\
-e MICRO_EXPERIMENT=False \\
-e SNAPSHOT_PERIOD=900 \\
Expand Down

0 comments on commit 2aef3a1

Please sign in to comment.