Skip to content

Commit

Permalink
Delete tangling white space in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft authored Oct 13, 2023
1 parent 99385e6 commit ceba43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ The following example pictures a Pumped Hydroelectric Energy Storage (PHES). Bot
solph.components.GenericStorage(
label='PHES',
inputs={b_el: solph.flows.Flow(nominal_value= solph.Investment(ep_costs=500))},
outputs={b_el: solph.flows.Flow(nominal_value= solph.Investment(ep_costs=500)},
inputs={b_el: solph.flows.Flow(nominal_value=solph.Investment(ep_costs=500))},
outputs={b_el: solph.flows.Flow(nominal_value=solph.Investment(ep_costs=500)},
loss_rate=0.001,
inflow_conversion_factor=0.98, outflow_conversion_factor=0.8),
investment = solph.Investment(ep_costs=40))
Expand Down

0 comments on commit ceba43d

Please sign in to comment.