-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
UFL deprecated function used in UFL code #132
Comments
@mscroggs could you take a look at this? |
We should be using the Python logging and warnings system, instead of UFL's homemade one. Then we could suppress the warnings more easily. |
and turn deprecation warnings into error so we can find where the functions are called. |
I also started on this in https://github.com/FEniCS/ufl/tree/mscroggs/log |
This warnings will be showing up after #131. There were some functions that had comment stating that they should be made to give a deprecation warning, that I replaced with deprecation warnings. I'll take a look and work out which of these is causing this |
Can this now be closed following #139? |
I think so, the warnings are not showing up anymore. |
Running ufl tests highlights the issue:
The text was updated successfully, but these errors were encountered: