Closed
Description
It seems that once quantecon
is imported, the warnings the user issues by warnings.warn
are ignored, probably because of warnings.filterwarnings('ignore')
in arma.py (and there is also warnings.simplefilter("ignore", RuntimeWarning)
in matrix_eqn.py).
If it is indeed the case, this is problematic. Is there any way to put warnings.simplefilter
in a "local scope"?
Metadata
Metadata
Assignees
Labels
No labels