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

Commit c4c789d

Browse files
authored
Merge pull request #22 from tinalasisi/updates
Added error variable declaration so that program doesn't crash.
2 parents 1e2b960 + 10c7c77 commit c4c789d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

fibermorph/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.9"
1+
__version__ = "0.3.0"

fibermorph/fibermorph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ def section_seq(input_file, output_path, resolution, minsize, maxsize, save_img)
517517
with tqdm(total=3, desc="section analysis sequence", unit="steps", position=1, leave=None) as pbar:
518518
for i in [input_file]:
519519

520+
section_data = pd.DataFrame()
521+
520522
try:
521523

522524
# read in file

0 commit comments

Comments
 (0)