Skip to content

Commit

Permalink
Improved Memory Leakage
Browse files Browse the repository at this point in the history
  • Loading branch information
JBeckwith committed Aug 14, 2024
1 parent 87cb0fd commit a56ba85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/DAB_Analysis_Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,13 @@ def analyse_DAB_and_cells(
props_nuclei["axis_major_length"], props_nuclei["axis_minor_length"]
)
)

table_nuclei = table_nuclei.with_columns(
filename=np.full_like(
table_nuclei["axis_minor_length"], filename, dtype="object"
)
)

return (
image_mask_asyn,
table_asyn,
Expand Down
Binary file modified src/__pycache__/DAB_Analysis_Functions.cpython-310.pyc
Binary file not shown.

0 comments on commit a56ba85

Please sign in to comment.