Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix load_png_images to use bounding box starts & stops #303

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

eschombu
Copy link
Contributor

@eschombu eschombu commented Mar 7, 2024

I fixed the ability to load pngs from smaller chunks. Note that this is not very speed efficient, because each chunk task will load the number of pngs specified by the chunk size in the z dimension (e.g., 128), but at least it will not store the full pngs in memory, only the portions specified by the x, y chunk dimensions.

@eschombu
Copy link
Contributor Author

eschombu commented Mar 7, 2024

@jingpengw, I added the conftest.py file to get pytest to load the chunkflow module and run all the tests during the github actions.

@xiuliren xiuliren merged commit ab12d66 into seung-lab:master Mar 8, 2024
1 check passed
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.

2 participants