Skip to content

Commit

Permalink
Remove outputparameters in Mimo
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMau committed May 6, 2024
1 parent 03fbefc commit 60c135f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_adapter_oemof/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ class MIMOAdapter(Adapter):
Field(name="activity_bound_max", type=float),
Field(name="activity_bound_fix", type=float),
)
output_parameters = ()

def default_pre_mapping_calculations(self):
"""
Expand Down

0 comments on commit 60c135f

Please sign in to comment.