Skip to content

Commit

Permalink
#16
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Feb 2, 2022
1 parent 389fef9 commit effd14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bv_use_cases/tiny_morphologist/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
# Add the current TinyMorhpologist pipeline to the main
# pipeline that will be executed
processing_pipeline.add_process(f'pipeline_{count}', tiny_morphologist)
print('Created', f'pipeline_{count}')
count = count + 1
# # Finally execute all the TinyMorphologist instances
# capsul.run(processing_pipeline)
Expand Down

0 comments on commit effd14b

Please sign in to comment.