Skip to content

Commit c6fea87

Browse files
committed
Removed registration of composite image file path from 'register_align_and_merge_results' workflow
1 parent c5aca0c commit c6fea87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/murfey/workflows/clem/register_align_and_merge_results.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def register_align_and_merge_result(
8787
session_id=session_id,
8888
series_name=result.series_name,
8989
)
90-
clem_img_series.composite_image = str(result.composite_image)
9190
clem_img_series.composite_created = True
9291
murfey_db.add(clem_img_series)
9392
murfey_db.commit()

0 commit comments

Comments
 (0)