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

replace .A with .toarray() #361

Merged
merged 8 commits into from
May 24, 2024

Conversation

MarcAntoineSchmidtQC
Copy link
Member

@MarcAntoineSchmidtQC MarcAntoineSchmidtQC commented May 23, 2024

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

  • Added a CHANGELOG.rst entry

@MarcAntoineSchmidtQC
Copy link
Member Author

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 20240421.1.0 to 20240514.3.0. Also, when calling the cython compiling step, the newer run calls cl.exe while the previous runs called the full path C:/Program Files ... /cl.exe. @xhochy, do you have any idea what could be the issue, or can you point me to someone that could help with this?

@MarcAntoineSchmidtQC
Copy link
Member Author

@lbittarello, I've "removed" your approval while we try to find a solution for the Windows issue.

@xhochy
Copy link
Member

xhochy commented May 24, 2024

My guess is that #362 fixes it.

@MarcAntoineSchmidtQC MarcAntoineSchmidtQC merged commit b246585 into main May 24, 2024
23 checks passed
@MarcAntoineSchmidtQC MarcAntoineSchmidtQC deleted the fix-sparse-to-dense-transformation branch May 24, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants