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

Block writing refactor #115

Merged
merged 24 commits into from
Aug 23, 2023

Conversation

scottstanie
Copy link
Collaborator

New classes to better handle blockwise input/output. The complications come from the strides that we provide as an output, which has no analog in dask.map_blocks or dask.map_overlaps, e.g.

The implementation ended up being messier than initially expected @gmgunter , since we do en up having to trim outputs because our window size may be (much) larger than the strides.

@scottstanie
Copy link
Collaborator Author

Seems like the linux failing is a pydantic red-herring. Will be fixed upon bumping to version 2 shortly.

@scottstanie
Copy link
Collaborator Author

The unrelated CI test failings will be fixed in upcoming PRs.
The new failing CI is caused by an update to Pyre's feedstock which somehow broke this isce3 install.

@scottstanie scottstanie merged commit f9f2f87 into isce-framework:main Aug 23, 2023
1 of 5 checks passed
@scottstanie scottstanie deleted the block-writing-refactor branch August 23, 2023 14:13
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