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-34994: Upgrade to fgcm 3.9.2 with fix for refstar color plot crash. #30

Merged
merged 8 commits into from May 27, 2022

Conversation

erykoff
Copy link
Collaborator

@erykoff erykoff commented May 27, 2022

No description provided.

if xhigh > xlow and refUse.size > 10:
binstruct = dataBinner(gmiGRS[refUse], delta, 0.1, [xlow, xhigh], nTrial=10)
ok, = np.where(binstruct['N'] > 0)
ax.plot(binstruct['X'][ok], binstruct['Y'][ok], 'r--')

Choose a reason for hiding this comment

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

Do you not need to do this check for the hexbin plot above?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh dear, not there but above if there are nothing at all, you're right.

@erykoff erykoff merged commit 941b12d into lsst-dev May 27, 2022
@erykoff erykoff deleted the tickets/DM-34994 branch May 27, 2022 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants