Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.ValueError --+ | HeightError --+ | SciPyWarning
Exception thrown for SciPy
warnings.
To raise SciPy
warnings as SciPyWarning exceptions, Python warnings
must be filtered as warnings.filterwarnings('error') prior to
import scipy
or by setting environment variable PYTHONWARNINGS or with python
command line
option -W as error
.
Instance Methods | |
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 23 18:51:20 2020 | http://epydoc.sourceforge.net |