Skip to content
Snippets Groups Projects
Commit 09834c88 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ae9f1097
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class InterpolationOperator(ProjectionOperator):
from warnings import warn
warn("'InterpolationOperator' is deprecated, "
"use 'ProjectionOperator' instead.",
DeprecationWarning, stacklevel=1)
DeprecationWarning, stacklevel=2)
super(InterpolationOperator, self).__init__(dd_in, dd_out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment