Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to emit warnings #106

Open
gipert opened this issue Feb 26, 2025 · 0 comments
Open

How to emit warnings #106

gipert opened this issue Feb 26, 2025 · 0 comments

Comments

@gipert
Copy link
Member

gipert commented Feb 26, 2025

We should do that uniformly. Also the current stacklevel=0 is not correct I guess, since it's also printing warnings.warn(msg, stacklevel=0). maybe we should use a wrapper like:

def warn(message):
    warnings.warn(message, RuntimeWarning, stacklevel=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant