Breakthrough-Energy / PowerSimData

Simulation framework
https://breakthrough-energy.github.io/docs/
MIT License
52 stars 40 forks source link

Create a dedicated object that compares two grids #688

Open rouille opened 2 years ago

rouille commented 2 years ago

:rocket:

Describe the workflow you want to enable

Now that we have grid objects whose number of attributes and the shape of the attributes can vary from one grid model to another or even among the same grid model (e.g. extra column in bus data frame for demand flexibility, etc), the simple overwriting of __eq__ is not enough anymore.

Describe your proposed implementation, if applicable

Additional context

Some tests would need to be refactored