Closed
Conversation
added 5 commits
March 1, 2011 16:30
Member
|
This looks good to me once the stdout bit in numpy/lib/tests/test_regression is removed. |
Member
Author
|
I guess this is the reason: Keep it after all? It hasn't given any problems so far. |
Member
|
I think it should be modified to something like: and perhaps a note added to explain. I'll do that and commit tomorrow if you don't. I wonder how persistent changes to modules imported locally in functions are? |
Member
Author
|
I'll try now. Should just be nested try-finally and try-except, otherwise it's not valid Python 2.4 code. |
Member
Author
|
OK, commited. Thanks Charles. |
mattip
referenced
this pull request
in mattip/numpy
Mar 20, 2019
BUG: Protect gamma generation from 0 input
fangerer
pushed a commit
to hpyproject/numpy-hpy
that referenced
this pull request
Jul 7, 2022
Merge in ~STEPAN.SINDELAR_ORACLE.COM/numpy-hpy from tim/graalpython-run to labs-hpy-port * commit 'cc28777a2d2416a0cffafe4ba203f1e04058b8be': remove legacy slots & make types non-legacy if NO_LEGACY is defined skip tp_weaklistoffset for graalpython remove leftover printf port tiny forgotten bit in initumath to hpy port remainder of set_typeinfo to hpy use convenience enum value for .legacy on dtype types fix premature close of h_PyGenericArrType_Type
luyahan
pushed a commit
to plctlab/numpy
that referenced
this pull request
Apr 25, 2024
feat: Add vmlal_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.
Some cleaning of messages from the new and shiny Python 3.2.
There is one ResourceWarning left (see below), I can't see how to fix it.
test_mmap (test_io.TestSaveLoad) ... /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/lib/format.py:575: ResourceWarning: unclosed file <_io.BufferedReader name='/var/folders/Uu/UuXfo1NLFae4yyYpsCz-XE+++TI/-Tmp-/tmp37lh1w'>
mode=mode, offset=offset)