Skip to content

Commit

Permalink
Update oemof.industry
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMau committed Apr 24, 2024
1 parent 3451937 commit 78600e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data_adapter_oemof/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,15 @@ class MIMOAdapter(Adapter):
Field(name="expandable", type=bool),
)

def default_pre_mapping_calculations(self):
"""
Mimo adapter specific pre calculations
Returns
-------
"""
pass

def get_default_parameters(self) -> dict:
defaults = super().get_default_parameters()
defaults["groups"] = self.get_groups()
Expand Down

0 comments on commit 78600e5

Please sign in to comment.