Skip to content

Commit

Permalink
Fix Dispatchable doctest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jun 18, 2019
1 parent fcaa8ca commit 7ff4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/tabular/facades.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class Dispatchable(Source, Facade):
... capacity=1000,
... marginal_cost=10,
... output_parameters={
... 'max': 0.9})
... 'min': 0.2})
"""

Expand Down

0 comments on commit 7ff4e61

Please sign in to comment.