Skip to content

Commit

Permalink
Fix stacklevel
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 24, 2023
1 parent 82c139e commit a943b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param/parameterized.py
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ def _setup_params(self_, **params):
"Parameter definition to declare whether references "
"should be resolved or not.",
category=_ParamFutureWarning,
stacklevel=2,
stacklevel=4,
)
setattr(self, name, val)
continue
Expand Down

0 comments on commit a943b48

Please sign in to comment.