From 72f21a45eccd56a9db03ddde8869550107d8d107 Mon Sep 17 00:00:00 2001 From: joda9 Date: Mon, 23 Sep 2024 13:53:32 +0200 Subject: [PATCH] fix broken link --- edisgo/edisgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edisgo/edisgo.py b/edisgo/edisgo.py index 3930a5659..d47eb9de4 100755 --- a/edisgo/edisgo.py +++ b/edisgo/edisgo.py @@ -1004,7 +1004,7 @@ def analyze( Conducts a static, non-linear power flow analysis using `PyPSA `_ + non-linear-power-flow>`_ and writes results (active, reactive and apparent power as well as current on lines and voltages at buses) to :class:`~.network.results.Results` (e.g. :attr:`~.network.results.Results.v_res` for voltages).