Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Edwards committed Nov 12, 2020
1 parent 3b86720 commit 9ea0087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ark/utils/deepcell_service_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_create_deepcell_output(mocker):
create_deepcell_output(deepcell_input_dir=input_dir, deepcell_output_dir=output_dir,
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 9ea0087

Please sign in to comment.