Skip to content

filterwarnings #229

Closed
Closed
@oyamad

Description

@oyamad

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions