Skip to content

Commit

Permalink
fix return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Apr 28, 2024
1 parent b355d74 commit e774fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparcscore/pipeline/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def call_as_shard(self):
self.log(traceback.format_exc())
self.log(f"Segmentation on index {index} completed.")

return results
return None

def save_segmentation(
self,
Expand Down

0 comments on commit e774fec

Please sign in to comment.