From 26caca426941a077553d148b40b3d66053f47539 Mon Sep 17 00:00:00 2001 From: hkoertge <2981026+KS-HTK@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:42:51 +0100 Subject: [PATCH] fixed issue with \p in docstring not being valid. --- pandapower/auxiliary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandapower/auxiliary.py b/pandapower/auxiliary.py index 3effe7bad..9518eecb7 100644 --- a/pandapower/auxiliary.py +++ b/pandapower/auxiliary.py @@ -1289,7 +1289,7 @@ def _check_if_numba_is_installed(level="warning"): def _check_lightsim2grid_compatibility(net, lightsim2grid, voltage_depend_loads, algorithm, distributed_slack, tdpf): - """ + r""" Implement some checks to decide whether the package lightsim2grid can be used. These checks are documentated in :code:`doc\powerflow\ac.rst` The package implements a backend for power flow calculation in C++ and provides a speed-up. If lightsim2grid