Apply patch from ticket #1475.#28
Merged
1 commit merged intonumpy:masterfrom Dec 27, 2010
chanley:master
Merged
Conversation
… when ctypes is not installed. This is of particular importance to STScI since this test is breaking our nightly build/test setup.
Member
|
Looks good to me, applied. There are a few other places where checks for ctypes are used in the tests. I wonder if it would be worth moving those checks up a level for reuse. |
mattip
referenced
this pull request
in mattip/numpy
Mar 20, 2019
MAINT: Sync with recent upstream changes
bashtage
referenced
this pull request
in bashtage/numpy
May 19, 2019
BUG: Ensure integer-type stream on 32bit
fangerer
pushed a commit
to hpyproject/numpy-hpy
that referenced
this pull request
Jul 7, 2022
Merge in numpy-hpy from ss/HPyArray_Return to labs-hpy-port * commit '35d8f97acd7d485905d85ac43081af60e5e84152': Add extern to HPyGlobals in multiarraymodule.h Port more code in dtypemeta_wrap_legacy_descriptor Port PyArray_Descr#typeobj HPyArray_Return
luyahan
pushed a commit
to plctlab/numpy
that referenced
this pull request
Apr 25, 2024
feat: Add vorn_s8
This pull request was closed.
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.
Apply patch by bsouthey in Ticket #1475 to turn off appropriate tests when
ctypes is not installed. This is of particular importance to STScI since this
test is breaking our nightly build/test setup.
Thanks for your time and help,
Chris Hanley
chanley@stsci.edu