On 16/3/19 9:59 am, Sandy wrote:
Hey there,

I am new to numpy. I just wanted to know, suppose I make a code
contribution to the repo https://github.com/numpy/numpy how do I test
its working?
_______________________________________________


Welcome.

You should add a test.

Running `python runtest.py` will build and run all the tests, including your new one.

More information is available at www.numpy.org/devdocs/reference/testing.html

More information about a typical development workflow is at www.numpy.org/devdocs/dev/gitwash/development_workflow.html


Please pinpoint unclear documentation by opening an issue https://github.com/numpy/numpy/issues.


In general, you will get a more sympathetic response by trying something first and reporting what didn't work or what was unclear.


Matti

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to