Skip to content
Snippets Groups Projects
Commit 09e1d7d0 authored by David Schäfer's avatar David Schäfer
Browse files

black

parent 94b369da
No related branches found
No related tags found
No related merge requests found
Pipeline #185218 passed with stages
in 13 minutes and 29 seconds
......@@ -485,7 +485,10 @@ class InterpolationMixin:
f'qc.interpolate(field="{field}", method="{method}", '
f'order="{order}", limit="{limit}", extrapolate="{extrapolate}")'
)
warnings.warn(f"The method interpolateIndex is deprectated and will be removed with SaQC==3.0. Use `{call}` instead", DeprecationWarning)
warnings.warn(
f"The method interpolateIndex is deprectated and will be removed with SaQC==3.0. Use `{call}` instead",
DeprecationWarning,
)
# HINT: checking is delegated to called functions
......
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