Skip to content

Commit

Permalink
Merge branch 'main' into bug-img-out-of-bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Jun 22, 2024
2 parents a2d19aa + 7dcb01c commit c571d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deep_neurographs/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def save_prediction(neurograph, accepted_proposals, output_dir):

# Write Result
neurograph.to_swc(swc_dir)
# save_corrections(neurograph, accepted_proposals, corrections_dir)
save_corrections(neurograph, accepted_proposals, corrections_dir)
save_connections(neurograph, accepted_proposals, connections_path)


Expand Down

0 comments on commit c571d29

Please sign in to comment.