Skip to content

Commit

Permalink
Fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jun 12, 2019
1 parent 1c6f726 commit 0c71626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/facade-usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
" capacity=150,\n",
" storage_capacity=1500,\n",
" efficiency=0.9,\n",
" inflow=[10, 5, 3],\n",
" profile=[10, 5, 3],\n",
" initial_storage_level=1, # oemof.solph arguments\n",
" balanced=False # oemof.solph argument\n",
" )\n",
Expand Down

0 comments on commit 0c71626

Please sign in to comment.