Fix/eliminate warnings #1206
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 3 warnings
/home/runner/work/oemof-solph/oemof-solph/examples/invest_nonconvex_flow_examples/diesel_genset_nonconvex_investment.py#L212
nominal_storage_capacity=solph.Investment(
ep_costs=epc_battery * n_days / n_days_in_year
),
inputs={b_el_dc: solph.flows.Flow(variable_costs=0)},
outputs={
- b_el_dc: solph.flows.Flow(nominal_value=solph.Investment(ep_costs=0))
+ b_el_dc: solph.flows.Flow(
+ nominal_value=solph.Investment(ep_costs=0)
+ )
},
initial_storage_level=0.0,
min_storage_level=0.0,
max_storage_level=1.0,
balanced=True,
|
/home/runner/work/oemof-solph/oemof-solph/examples/offset_converter_example/offset_diesel_genset_nonconvex_investment.py#L223
nominal_storage_capacity=solph.Investment(
ep_costs=epc_battery * n_days / n_days_in_year
),
inputs={b_el_dc: solph.flows.Flow(variable_costs=0)},
outputs={
- b_el_dc: solph.flows.Flow(nominal_value=solph.Investment(ep_costs=0))
+ b_el_dc: solph.flows.Flow(
+ nominal_value=solph.Investment(ep_costs=0)
+ )
},
initial_storage_level=0.0,
min_storage_level=0.0,
max_storage_level=1.0,
balanced=True,
|
/home/runner/work/oemof-solph/oemof-solph/tests/constraint_tests.py#L365
storage = solph.components.GenericStorage(
label="storage4",
inputs={bel: solph.flows.Flow(nominal_value=80)},
outputs={bel: solph.flows.Flow(nominal_value=100)},
- nominal_storage_capacity=solph.Investment(ep_costs=145, maximum=500),
+ nominal_storage_capacity=solph.Investment(
+ ep_costs=145, maximum=500
+ ),
)
self.energysystem.add(bel, storage)
self.compare_lp_files("storage_invest_4.lp")
def test_storage_invest_5(self):
|
build (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|