From c1629a90ca71b5623c84ec3fad4feed0980e83b7 Mon Sep 17 00:00:00 2001 From: "caroline.moeller" Date: Tue, 19 Dec 2017 18:09:21 +0100 Subject: [PATCH] Fix a small bug --- examples/oemof_0.2/storage_investment/storage_investment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oemof_0.2/storage_investment/storage_investment.py b/examples/oemof_0.2/storage_investment/storage_investment.py index 42e92a0..c1dc7f6 100644 --- a/examples/oemof_0.2/storage_investment/storage_investment.py +++ b/examples/oemof_0.2/storage_investment/storage_investment.py @@ -124,7 +124,7 @@ def optimise_storage_size(filename="storage_investment.csv", solver='cbc', capacity_loss=0.00, initial_capacity=0, nominal_input_capacity_ratio=1/6, nominal_output_capacity_ratio=1/6, - inflow_conversion_factor=1, outflow_conversion_factor=0.8 + inflow_conversion_factor=1, outflow_conversion_factor=0.8, investment=solph.Investment(ep_costs=epc), )