ie3-institute / PowerSystemDataModel

Provides an elaborated data model to model energy systems with a high granularity e.g. for bottom-up simulations. Additionally, useful functionalities to handle the model i/o are provided as well.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Check if `MappingEntry` should still be a record #1087

Open sebastian-peter opened 4 months ago

sebastian-peter commented 4 months ago

With #1085, we added getters to MappingEntry to fix writing them out. Examine if it still makes sense to have them as records or if a plain class would fit better, or if there is another solution.