diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-08-24 13:14:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 13:14:17 +0100 |
commit | 018fb37987e02fdba377b008e5ca3d68e4611cb2 (patch) | |
tree | 5288e8bc6b1c01ddaae982e4659fb51b43cded38 /numpy/core/arrayprint.py | |
parent | 117b3f4a293c689777d3cd445969ca99acb01cfe (diff) | |
parent | fa45695b787070275696e979eb9f476ef3afc5e6 (diff) | |
download | numpy-018fb37987e02fdba377b008e5ca3d68e4611cb2.tar.gz |
Merge branch 'master' into cleanup-Long
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 5d9642ea8..ad1530419 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -1628,6 +1628,3 @@ def set_string_function(f, repr=True): return multiarray.set_string_function(_default_array_str, 0) else: return multiarray.set_string_function(f, repr) - -set_string_function(_default_array_str, False) -set_string_function(_default_array_repr, True) |