-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue/401/use qp #534
Issue/401/use qp #534
Conversation
"axes[0].scatter(qp_integ, pz_integ, s=2)\n", | ||
"axes[0].plot([0, 1], c='r', ls='--')\n", | ||
"\n", | ||
"axes[1].scatter(qp_integ, (pz_integ/qp_integ-1)*100, s=2)\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is ValueError: x and y must be the same size
from this line
Hi @aguena - There is an open PR in TXPipe to switch photoz information to QP. Given that we are now using CLMM inside TXPipe to compute the shear profiles, I guess we will need that functionality available in CLMM as well. So I was wondering the status of this PR? |
Use qp!