Skip to content

Commit

Permalink
second round of style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Edwards committed Nov 12, 2020
1 parent 9ea0087 commit 7898bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/utils/deepcell_service_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_create_deepcell_output(mocker):
with pytest.raises(ValueError):
# fail if scale argument can not be converted to float
create_deepcell_output(deepcell_input_dir=input_dir, deepcell_output_dir=output_dir,
fovs=['fov1','fov2'], scale='test')
fovs=['fov1', 'fov2'], scale='test')

# make sure DeepCell (.zip) output exists
assert os.path.exists(os.path.join(output_dir, 'example_output.zip'))
Expand Down

0 comments on commit 7898bea

Please sign in to comment.