Skip to content

Fix type casting for max_input_id to ensure consistent uint64 handling#42

Merged
davidackerman merged 1 commit into
mainfrom
hotfix_holefilling_dtype
Aug 7, 2025
Merged

Fix type casting for max_input_id to ensure consistent uint64 handling#42
davidackerman merged 1 commit into
mainfrom
hotfix_holefilling_dtype

Conversation

@davidackerman

Copy link
Copy Markdown
Collaborator

This pull request makes a minor update to the get_hole_information_blockwise function in src/cellmap_analyze/process/fill_holes.py to ensure type consistency when calculating the maximum input ID.

  • The result of np.max(input) is now explicitly cast to np.uint64, ensuring that subsequent operations involving holes and input do not encounter type mismatches.

@davidackerman
davidackerman merged commit 4d16404 into main Aug 7, 2025
2 checks passed
@davidackerman
davidackerman deleted the hotfix_holefilling_dtype branch August 7, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant