Skip to content

Commit

Permalink
fixed issue with \p in docstring not being valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
KS-HTK committed Jan 22, 2025
1 parent 2dc9a22 commit 26caca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26caca4

Please sign in to comment.