Conversation
Let's see if this works better than the matplotlib one.
DWesl
pushed a commit
that referenced
this pull request
May 25, 2022
* 🏗️ [ENH] - Update Dockerfile - split into Meson and dev * ENH - Split Dockerbuilds * DEV: Add pip to avoid warning * ENH: Add docs to Dockerfile * DEV: Improve Docker build * DEV: Quick fix for env setup * DEV: Testing - will revert * DEV: Only use docutils * DEV: Revert test * DEV: Docutils install - will remove later
SciPy can't find it, so make sure it imports.
The NumPy import can't find _umath_linalg again.
CYGWIN_NOWINPATH=1 means the old way got ignored.
Idea stolen from numpy/numpy#21347
pythran should have taken care of this.
Closes scipygh-15296 (now really)
MAINT: update Boost submodule to include Cygwin fix
This hasn't been working on other repositories, and started failing on the 1.6.x branch.
DWesl
pushed a commit
that referenced
this pull request
Dec 3, 2022
MAINT: stats._contains_nan: only detect numeric np.nan, not string 'nan'
DWesl
pushed a commit
that referenced
this pull request
Apr 19, 2024
BUG: _qmc.py::_random_oa_lhs produces correlated samples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference issue
What does this implement/fix?
Additional information