Fix/eliminate warnings #1097
Annotations
2 errors and 1 warning
/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,
|
build (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
tox-gh-actions-dist
Expired
|
1.96 MB |
|