Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from tinalasisi/updates
Browse files Browse the repository at this point in the history
Updating version & minor bug in demo
  • Loading branch information
tinalasisi authored Nov 4, 2020
2 parents edb1181 + cd35544 commit e8c1e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fibermorph/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.5"
2 changes: 1 addition & 1 deletion fibermorph/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def real_section(path):

output_dir = fibermorph.make_subdirectory(fibermorph_demo_dir, append_name=testname)

fibermorph.section(input_directory, output_dir, jobs=4, resolution=1.06, minsize=20, maxsize=150)
fibermorph.section(input_directory, output_dir, jobs=4, resolution=1.06, minsize=20, maxsize=150, save_img=True)

tqdm.write("\n\nDemo data for fibermorph section are in {}\n\nDemo results are in {}\n\n".format(input_directory, output_dir))

Expand Down

0 comments on commit e8c1e04

Please sign in to comment.