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)