diff options
author | Pauli Virtanen <pav@iki.fi> | 2016-09-06 22:50:43 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2017-01-19 22:12:47 +0100 |
commit | ed46b9e3c20ace62af8d5315e1c9729222c12200 (patch) | |
tree | 44d0115f70d1996a90e10f6cfdc7b64e27736799 | |
parent | c5176ed63306d4abceca7d76d6a3ef063ed5a6b2 (diff) | |
download | numpy-ed46b9e3c20ace62af8d5315e1c9729222c12200.tar.gz |
STY: core: change test docstring to comment, to prettify nose output
-rw-r--r-- | numpy/core/tests/test_mem_overlap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_mem_overlap.py b/numpy/core/tests/test_mem_overlap.py index acca53856..6c92f4fd0 100644 --- a/numpy/core/tests/test_mem_overlap.py +++ b/numpy/core/tests/test_mem_overlap.py @@ -84,7 +84,7 @@ def _check_assignment(srcidx, dstidx): def test_overlapping_assignments(): - """Test automatically generated assignments which overlap in memory.""" + # Test automatically generated assignments which overlap in memory. inds = _indices(ndims) |