Skip to content

Commit bfccbf0

Browse files
authored
wrong format extension
1 parent e1996bd commit bfccbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse_net/ground_truth/vesicles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def extract_vesicle_training_data(
227227
relative_path = os.path.relpath(file_path, data_folder)
228228

229229
if to_label_path is None:
230-
imod_path = os.path.join(gt_folder, relative_path.replace(Path(relative_path).suffix, ".imod"))
230+
imod_path = os.path.join(gt_folder, relative_path.replace(Path(relative_path).suffix, ".mod"))
231231
else:
232232
imod_path = to_label_path(gt_folder, relative_path)
233233

0 commit comments

Comments
 (0)