-
Notifications
You must be signed in to change notification settings - Fork 76
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
[BUG] #411
Labels
Comments
Thanks for finding. This is a case where broadcasting should take precendence over index alignment. That is ultimate = (
clrd[clrd["LOB"]=="comauto"] *
est.cdf_.iloc[..., :-1]
).latest_diagonal So I think there is an issue in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
applying a cl estimator to another triangle doesn't always work
To Reproduce
Expected behavior
the code inside the try should work
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: