<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/tests, branch v1.10.0rc2</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: pyflakes for numpy/testing, numpy/testing/tests.</title>
<updated>2015-07-05T16:35:01+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-07-05T16:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ad40c230c4da2ca336bed6b093e8efaba590eec3'/>
<id>ad40c230c4da2ca336bed6b093e8efaba590eec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: PEP8 fixes for numpy/testing numpy/testing/tests.</title>
<updated>2015-07-05T15:59:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-07-05T15:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c80c609950fe5aeecf3082d397c7b5149a834fca'/>
<id>c80c609950fe5aeecf3082d397c7b5149a834fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add clear_and_catch_warnings context manager</title>
<updated>2015-03-15T01:47:45+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2015-03-15T01:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=28971cda67d22a107ceb50514eb9d53765c0258b'/>
<id>28971cda67d22a107ceb50514eb9d53765c0258b</id>
<content type='text'>
Add context manager for tests that, on entry, clears record of any
previous warnings from given modules, so that any warning raised in the
context block does get raised, rather than suppressed by a previous
warning causing an entry in the `__warningregistry_`` of the module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add context manager for tests that, on entry, clears record of any
previous warnings from given modules, so that any warning raised in the
context block does get raised, rather than suppressed by a previous
warning causing an entry in the `__warningregistry_`` of the module.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Update assert_array_almost_equal_nulp tests</title>
<updated>2015-01-11T17:36:21+00:00</updated>
<author>
<name>Ryan Nelson</name>
<email>rnelsonchem@gmail.com</email>
</author>
<published>2014-12-05T16:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=103fee0ddc23bf29367b052fd39a411c926daae5'/>
<id>103fee0ddc23bf29367b052fd39a411c926daae5</id>
<content type='text'>
This fix addresses Issue #347.

All of the tests in this class were using random numbers generated
without a seed. This broke `test_simple` in a nondeterministic manner.

Rewrote all tests for this function. Instead of using random numbers,
well-defined arrays of widely varying amplitude were created instead.
Changed the array modification values so that the test arrays were
either just above or just below the NULP threshold.

Added tests for float64, float32, complex128, and complex64 dtypes, and
added both addition and subtraction tests. Tried to standardize the code
for all tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix addresses Issue #347.

All of the tests in this class were using random numbers generated
without a seed. This broke `test_simple` in a nondeterministic manner.

Rewrote all tests for this function. Instead of using random numbers,
well-defined arrays of widely varying amplitude were created instead.
Changed the array modification values so that the test arrays were
either just above or just below the NULP threshold.

Added tests for float64, float32, complex128, and complex64 dtypes, and
added both addition and subtraction tests. Tried to standardize the code
for all tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5048 from juliantaylor/subclass-test-fix</title>
<updated>2014-09-04T22:44:59+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-09-04T22:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=77703de7a14c66dcba6ee89bdd7b084ba70f056c'/>
<id>77703de7a14c66dcba6ee89bdd7b084ba70f056c</id>
<content type='text'>
BUG: fix array_almost_equal for array subclasses</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix array_almost_equal for array subclasses</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix array_almost_equal for array subclasses</title>
<updated>2014-09-04T22:19:04+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-04T22:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dfc567790badcc87822a39f5c35f0dd78b8c1599'/>
<id>dfc567790badcc87822a39f5c35f0dd78b8c1599</id>
<content type='text'>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more portable test methods.</title>
<updated>2014-09-01T23:41:37+00:00</updated>
<author>
<name>Patrick Peglar</name>
<email>patrick.peglar@metoffice.gov.uk</email>
</author>
<published>2014-09-01T16:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ea32c9057f47d634bde5370f373a88aa6bfa7478'/>
<id>ea32c9057f47d634bde5370f373a88aa6bfa7478</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix percentage reporting when testing.assert_allclose fails.</title>
<updated>2014-08-31T14:43:39+00:00</updated>
<author>
<name>Patrick Peglar</name>
<email>patrick.peglar@metoffice.gov.uk</email>
</author>
<published>2014-08-31T14:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4097ec3ec10c41d399518867f4bebb0a53ee8a5c'/>
<id>4097ec3ec10c41d399518867f4bebb0a53ee8a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Change tests to look at array formatting only</title>
<updated>2014-03-26T05:53:15+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T05:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a11c16249451c552e70a5ff73406f95b50961aa5'/>
<id>a11c16249451c552e70a5ff73406f95b50961aa5</id>
<content type='text'>
The tests were looking at the formatting of other elements in the string
which is not relevant for the things testsed in this case. By looking
only at the array formatting, we guarantee consistency across systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests were looking at the formatting of other elements in the string
which is not relevant for the things testsed in this case. By looking
only at the array formatting, we guarantee consistency across systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Remove test that makes no sense</title>
<updated>2014-03-26T05:37:08+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T05:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b1dfdea4b7e1a1e52f933dfdc075030f4b9b34ee'/>
<id>b1dfdea4b7e1a1e52f933dfdc075030f4b9b34ee</id>
<content type='text'>
It's silly to check scalars when their string representations will vary
so much from system to system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's silly to check scalars when their string representations will vary
so much from system to system.
</pre>
</div>
</content>
</entry>
</feed>
