Skip to content

Commit

Permalink
Update inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Nov 21, 2024
1 parent a384a25 commit d2edf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deep_neurographs/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def save_results(self, round_id=None):
# Save result on s3
filename = f"corrected-processed-swcs-s3.zip"
path = os.path.join(self.output_dir, filename)
self.graph.to_zipped_swcs(path, min_size=200)
self.graph.to_zipped_swcs(path, min_size=100)
if self.save_to_s3_bool:
self.save_to_s3()

Expand Down

0 comments on commit d2edf77

Please sign in to comment.