-
Notifications
You must be signed in to change notification settings - Fork 6
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
replace .A
with .toarray()
#361
replace .A
with .toarray()
#361
Conversation
The windows build is failing for reasons other than this PR. I tried rerunning the windows build with a previously successful branch and it failed. Looking at the logs, the only thing I can see is that the version of the windows container changed from |
@lbittarello, I've "removed" your approval while we try to find a solution for the Windows issue. |
My guess is that #362 fixes it. |
This is causing a failure in glum. The
.A
attribute has been deprecated since v1.11 of scipy and is removed in the upcoming v1.14.I have also fixed the formulaic error in the nightly build.
Checklist
CHANGELOG.rst
entry