From 939f23f5a4fee61a7a07741640c49ad97e73ab4a Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 6 Mar 2023 19:13:15 +0100 Subject: [PATCH] remove unused function in _helpers --- scripts/_helpers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/_helpers.py b/scripts/_helpers.py index c32baf11..33f78a82 100644 --- a/scripts/_helpers.py +++ b/scripts/_helpers.py @@ -107,11 +107,6 @@ def load_network(import_name=None, custom_components=None): ) -def pdbcast(v, h): - return pd.DataFrame( - v.values.reshape((-1, 1)) * h.values, index=v.index, columns=h.index - ) - def load_network_for_plots(fn, tech_costs, config, combine_hydro_ps=True): import pypsa