diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:16:06 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:20:45 -0600 |
commit | 8ddb0ce0acafe75d78df528b4d2540dfbf4b364d (patch) | |
tree | 156b23f48f14c7c1df699874007c521b5482d1a4 /numpy/testing | |
parent | 13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (diff) | |
download | numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.gz |
STY: Giant whitespace cleanup.
Now is as good a time as any with open PR's at a low.
Diffstat (limited to 'numpy/testing')
-rw-r--r-- | numpy/testing/noseclasses.py | 2 | ||||
-rw-r--r-- | numpy/testing/nosetester.py | 1 | ||||
-rw-r--r-- | numpy/testing/utils.py | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py index 5497bd9ce..3816a2194 100644 --- a/numpy/testing/noseclasses.py +++ b/numpy/testing/noseclasses.py @@ -122,7 +122,7 @@ class NumpyOutputChecker(doctest.OutputChecker): if not ret: if "#random" in want: return True - + # it would be useful to normalize endianness so that # bigendian machines don't fail all the tests (and there are # actually some bigendian examples in the doctests). Let's try diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index 79ae79765..481b6189d 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -457,4 +457,3 @@ class NoseTester(object): add_plugins = [Unplugger('doctest')] return nose.run(argv=argv, addplugins=add_plugins) - diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 235b9e0ba..ca09e3b7d 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1580,4 +1580,3 @@ def gen_alignment_data(dtype=float32, type='binary', max_size=24): class IgnoreException(Exception): "Ignoring this exception due to disabled feature" - |