fix invalid escape in docs
Some checks failed
Ruff / ruff (push) Waiting to run
Mypy / mypy (push) Failing after 1m11s
Pytest / pytest (3.12) (push) Has been cancelled
Pytest / pytest (3.14) (push) Has been cancelled
Pytest / pytest (3.13) (push) Has been cancelled

This commit is contained in:
Justus Kuhlmann 2026-03-20 15:59:45 +01:00
commit 7ce9742ed5
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -119,7 +119,7 @@ def _db_lookup(db: str, ensemble: str, correlator_name: str, code: str, project:
def sfcf_filter(results: pd.DataFrame, **kwargs: Any) -> pd.DataFrame:
"""
r"""
Filter method for the Database entries holding SFCF calculations.
Parameters