-
Notifications
You must be signed in to change notification settings - Fork 25
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
Segmentation fault with TweedieDistribution log_likelihood #628
Comments
Thanks for the bug report. Unfortunately, I can't reproduce this. But that doesn't mean that we don't have a bug. I tried in CI and on my M1. Did you install from conda-forge of from pypi? Could you please provide more details on your environment (e.g., the output from There aren't really all that many places where this could segfault. Must be somewhere in Lines 307 to 386 in a87251f
|
It is a pip virtualenv.
|
The segfault only occurs on macOS with Intel architecture and when installing from the wheels. The conda builds just work. This looks like something that scikit-learn went through as well, see scikit-learn/scikit-learn#21227 (comment). I used the same "fix" as scikit-learn and pinned Feel free to re-open the issue if the problem pops up again. |
Thanks for fixing it! |
For your information:
So it seems, somewhere between version 2.5.1 and 2.5.2, maybe in #648, this bug was solved. |
Results in
version:
Python 3.9.15
glum: 2.1.2
numpy: 1.23.5
MacOS 13.3, Intel Core i7
The text was updated successfully, but these errors were encountered: