Skip to content

Commit

Permalink
Changes to workflow_simulator_test file
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyMiyamoto committed Jan 18, 2024
1 parent 1baf1ba commit adff927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workflow_simulator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
print(f"This job contains the following tasks: {job.get_tasks()}")

print(f"Creating workflow from JSON")
workflow2 = simulation.create_workflow_from_json_string("sample_platform.xml", "2", False,
workflow2 = simulation.create_workflow_from_json_string("1000genome-chameleon-2ch-100k-001.json", "2", False,
False,
False, 3.0, 3.0, False,
False, False)
Expand Down

0 comments on commit adff927

Please sign in to comment.