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-47730: Use new refcat loader method to improve refcat flux field checks. #1024

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TallJimbo
Copy link
Member

The new implementation no longer assumes there is a refcat shard overlapping the center of a tract, which was important for ci_hsc.

The new implementation no longer assumes there is a refcat shard
overlapping the center of a tract, which was important for ci_hsc.
@jrmullaney jrmullaney self-requested a review January 17, 2025 17:00
Copy link
Contributor

@jrmullaney jrmullaney left a comment

Choose a reason for hiding this comment

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

Looks good. I'm just curious aboout something in the test suite.

@@ -63,6 +63,14 @@ def loadSkyCircle(self, ctrCoord, radius, filterName, **kwargs):
def loadPixelBox(self, bbox, wcs, referenceFilter, **kwargs):
return self.loadSkyCircle(None, None, referenceFilter)

def loadSchema(self, filterName):
Copy link
Contributor

Choose a reason for hiding this comment

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

When does this get used within this test suite?
I guess what I'm asking is - why is it needed (not a criticism, just a query)?

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