summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-08-24 13:14:17 +0100
committerGitHub <noreply@github.com>2020-08-24 13:14:17 +0100
commit018fb37987e02fdba377b008e5ca3d68e4611cb2 (patch)
tree5288e8bc6b1c01ddaae982e4659fb51b43cded38 /numpy/core/arrayprint.py
parent117b3f4a293c689777d3cd445969ca99acb01cfe (diff)
parentfa45695b787070275696e979eb9f476ef3afc5e6 (diff)
downloadnumpy-018fb37987e02fdba377b008e5ca3d68e4611cb2.tar.gz
Merge branch 'master' into cleanup-Long
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r--numpy/core/arrayprint.py3
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)