Le 20/05/16 21:21, Eli Stevens (Gmail) a écrit :
Here you go:
https://bitbucket.org/elistevens/pypy/commits/branch/numpy_flags_writeable
The name of your class needs to start with 'AppTest', so that our test
runner knows it needs to use the black magic that enables
application-level tests (i
Here you go:
https://bitbucket.org/elistevens/pypy/commits/branch/numpy_flags_writeable
In particular, this produces different output based on the invoking interpreter.
https://bitbucket.org/elistevens/pypy/commits/922e80048e9c8ef71b3ea90171a1f8f06b04f00a?at=numpy_flags_writeable#Lpypy/module/mi
You should commit your changes to a branch and push to a bitbucket repo so we
can see your changes. Our test runner compiles part of PyPy and calls the tests
using that partial interpreter (unless run with -A), when you call import numpy
inside a test you are using micronumpy. You should not try
I understand that the tests are in the test directory, but the issue
I'm currently trying to figure out is that when I invoke either of:
/usr/bin/python test_all.py test_all.py
module/micronumpy/test/test_flagsobj.py
/usr/bin/python pytest.py
pypy/module/micronumpy/test/test_flagsobj.py (
the option is --withmod-micronumpy or --allworkingmodules
but the tests are in the test directory and *that's* how you should
run tests (not by playing with interactive)
On Fri, May 20, 2016 at 7:44 PM, Eli Stevens (Gmail)
wrote:
> More questions! :)
>
> When I run
>
> pypy> /usr/bin/python
More questions! :)
When I run
pypy> /usr/bin/python bin/pyinteractive.py
I get to a (presumably interpreted, given the startup time) pypy
prompt, but I cannot import numpy. Is the intent that I somehow
install numpy into the source checkout's site-packages directory (the
one listed in sys.p
Hey,
thanks for your answers. I know you are working on numpy and similar
libraries, as well about the fundraisers on your site.
I am glad there is something happening around this.
Thank you for your work and information,
Daniel
čt 19. 5. 2016 v 23:53 odesílatel Armin Rigo napsal:
> Hi,
>
> O
Hello,
my question is simple. It strikes me why you don't have more financial
support, since PyPy might save quite a lot of resources compared to
CPython. When we witness that e.g. microsoft is able to donate $100k to
Jupyter (https://ipython.org/microsoft-donation-2013.html), why PyPy, being
even