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 #22 from tinalasisi/updates
Browse files Browse the repository at this point in the history
Added error variable declaration so that program doesn't crash.
  • Loading branch information
tinalasisi authored Nov 5, 2020
2 parents 1e2b960 + 10c7c77 commit c4c789d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fibermorph/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.3.0"
2 changes: 2 additions & 0 deletions fibermorph/fibermorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ def section_seq(input_file, output_path, resolution, minsize, maxsize, save_img)
with tqdm(total=3, desc="section analysis sequence", unit="steps", position=1, leave=None) as pbar:
for i in [input_file]:

section_data = pd.DataFrame()

try:

# read in file
Expand Down

0 comments on commit c4c789d

Please sign in to comment.