From 511c30712b3ab882f2455d6a944e5cc2d4291197 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Mon, 23 Oct 2023 16:32:44 +0200 Subject: [PATCH] Add csv export when grid is not extendable --- etrago/tools/execute.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etrago/tools/execute.py b/etrago/tools/execute.py index b99b798c..5eef60fa 100755 --- a/etrago/tools/execute.py +++ b/etrago/tools/execute.py @@ -359,6 +359,7 @@ def iterate_lopf( else: run_lopf(etrago, extra_functionality, method) + etrago.export_to_csv(path) if args["lpfile"]: network.model.write(lp_path)