We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue RCAL-892 was created on JIRA by Brett Graham:
Currently the pipeline uses the following "patches" file for determining the skycell:
████████████████████████████████████████
This file contains a single "patches" structured array:
└─patches (NDArrayType): shape=(5580000,), dtype=void1760
a proposed new file:
█████████████████████████████████████████████████████
contains a different structure:
...
├─16 (NDArrayType): shape=(2403,), dtype=void1920 ├─17 (NDArrayType): shape=(2403,), dtype=void1920 ├─18 (NDArrayType): shape=(2403,), dtype=void1920 └─4039 not shown
that doesn't look to be compatible with the way that pipeline opens the "patches" file:
romancal/romancal/patch_match/patch_match.py
Line 42 in b24429c
Investigate the differences, what would be required to either:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue RCAL-892 was created on JIRA by Brett Graham:
Currently the pipeline uses the following "patches" file for determining the skycell:
████████████████████████████████████████
This file contains a single "patches" structured array:
└─patches (NDArrayType): shape=(5580000,), dtype=void1760
a proposed new file:
█████████████████████████████████████████████████████
contains a different structure:
...
├─16 (NDArrayType): shape=(2403,), dtype=void1920
├─17 (NDArrayType): shape=(2403,), dtype=void1920
├─18 (NDArrayType): shape=(2403,), dtype=void1920
└─4039 not shown
that doesn't look to be compatible with the way that pipeline opens the "patches" file:
romancal/romancal/patch_match/patch_match.py
Line 42 in b24429c
Investigate the differences, what would be required to either:
The text was updated successfully, but these errors were encountered: