Skip to content
Snippets Groups Projects
Commit 4379c348 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

update argv arguments

parent 29b71505
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ def test_check_controls_single(design_experiment_3):
@pytest.mark.unit
def test_single_rep(design_experiment_2):
sys.argv.extend(['-d', design_experiment_2])
sys.argv.extend(['-p', true])
sys.argv.extend(['-p', 'true'])
sys.argv.extend(['-c', 1.2])
single_rep = pool_and_psuedoreplicate.main()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment