Skip to content

Commit

Permalink
Merge pull request #456 from dthain/wq-factory-api-fix
Browse files Browse the repository at this point in the history
Fix Breaking WQ Test
  • Loading branch information
lgray authored Feb 18, 2021
2 parents b7fe7ea + faf40f5 commit cc07ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wq.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def work_queue_example(environment_file):
'Data': ['./samples/nano_dimuon.root']
}

workers = wq.Factory(batch_type='local', master_host_port='localhost:{}'.format(work_queue_port))
workers = wq.Factory(batch_type='local', manager_host_port='localhost:{}'.format(work_queue_port))
workers.max_workers = 1
workers.min_workers = 1
workers.cores = 4
Expand Down

0 comments on commit cc07ccf

Please sign in to comment.