-
Notifications
You must be signed in to change notification settings - Fork 88
Fix ci #439
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
Fix ci #439
Conversation
This PR fixes an issue in the docs. chaospy/external/openturns_.py Fatal Python error: Segmentation fault At least locally, I'm experiencing such error, while the docs seems fine also by testing them locally. |
@davide-f, thanks for the contribution. I have no issue merging this. Openturns is broken now on my end as well. It wasn't before the holidays I think. @regislebrun, do you know anything about this error above? |
Testing out multiple versions of python now and I can confirm that it segfaults on versions 3.9, 3.10 and 3.11. However I have no issues on 3.12 which I usually use. |
Many thanks @jonathf :) |
My bad... misclicked... |
I've tested with 3.12 and it still fails for me but the model succeeds when setting openturns=1.23 |
Great. Pinning the requirement is a good solution for the time being. I'll remember to revisit the topic later if there is any changes. Do you mind fixing the formatting before we merge? |
No problem, I'll do today. Many thanks! |
Unsure. I don't think there is anything to do beyond what you have already done with conda-forge/chaospy-feedstock#56. |
Many thanks :) Linter is now fixed. To plan the developments in pypsa-earth, regarding conda-forge/chaospy-feedstock#56, when do you expect that PR could be addressed? |
I can wait with release, sure. I am not associated with conda, so I wouldn't know how long that would take. If you are not getting response from jschueller, perhaps you could try pinging someone else there with merge rights, like e.g. bgruening? |
Many thanks, I'll ping him too, just in case. |
Don't worry about that. I'll handle that seperatly. |
This PR aims to fix (at least parts of) the CI
Linked to #438