summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-07-20 11:09:36 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-07-20 11:23:15 -0600
commitb9b42ee958db9882c6490311aa47395b4b5e5922 (patch)
tree5b32399b2a526c32fd97e00cddd77314a2fb0e08 /numpy/core/arrayprint.py
parent93240e0d8ea23644a5b7874037e658c54966ff54 (diff)
downloadnumpy-b9b42ee958db9882c6490311aa47395b4b5e5922.tar.gz
BUG: Raise RuntimeError when reloading numpy is attempted.
There seems to be little use in reloading numpy as any changed modules that are imported into numpy would need to be reloaded first in order to see any changes. Furthermore, reloading causes problems as global classes defined in numpy/__init__.py change their identity. Hence we raise a RuntimeError when an attempt to reload numpy is made. Closes #7844.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions