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

DM-45426: Account for warps from make_direct_warp are bigger #64

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

arunkannawadi
Copy link
Member

No description provided.

@arunkannawadi arunkannawadi force-pushed the tickets/DM-45426 branch 3 times, most recently from b835ff9 to debecab Compare July 30, 2024 08:52
@arunkannawadi arunkannawadi requested a review from TallJimbo August 1, 2024 19:09
@@ -392,6 +392,9 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
skyMap, tractId=outputDataId["tract"], patchId=outputDataId["patch"]
)

# Attach the bounding box of the coadd this task is producing.
self.coadd_bbox = inputData["skyInfo"].bbox
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of putting per-quantum state on the task instance. Better to pass this around as another argument if it's needed in multiple methods.

@arunkannawadi arunkannawadi merged commit 39d8022 into main Aug 14, 2024
3 checks passed
@arunkannawadi arunkannawadi deleted the tickets/DM-45426 branch August 14, 2024 17:59
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