Skip to content

Commit

Permalink
added warning about lack of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFrankenQ committed Oct 5, 2023
1 parent d468ef1 commit 9d4afbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,7 @@ def add_batteries(n, costs=None, opts=[]):

def add_import_export_balance(n, fes, year):

logger.warning("New import export balance implementation not yet tested")
cc = pd.read_csv(snakemake.input["capacity_constraints"], index_col=1)
total_p_nom = cc.at["DC", "value"]
max_hours = snakemake.config["flexibility"]["balance_link_max_hours"]
Expand Down

0 comments on commit 9d4afbb

Please sign in to comment.