Martijn Govers

Results 46 comments of Martijn Govers

> > > Most of this was resolved in #444 . Only removal of construction of all math parameters in `main_model.hpp` is left > > > > > > So...

> > > > > Most of this was resolved in #444 . Only removal of construction of all math parameters in `main_model.hpp` is left > > > > >...

a potentially useful consideration here is the following: * for development/desktop/hobby project usages: * memory is generally not the bottleneck * the computational overhead of adding such a feature is...

@TonyXiang8787 how much of this is still relevant / unblocked with the new `constexpr` metadata from #475 ?

Most of this was resolved in #426 . Only determining a better decision criterion is left: https://github.com/PowerGridModel/power-grid-model/blame/main/power_grid_model_c/power_grid_model/include/power_grid_model/index_mapping.hpp#L134C23-L134C53

I made this ticket's expertise `API and Design` for the reason that it needs to be refined more first, before implementation in Python may be started

Initial thoughts: we could go a number of ways: 1. always aggregate. the results would end up in the meta data of the output. this marks a compatible change tot...

Is it still desirable to only expose the numpy `dtype`s? or do we want to make this actual wrappers using overloaded `__setattr__` and `__getattr__` methods? e.g. ```python nodes = NodeInput(3)...

i think this is a duplicate of #49 (or the other way around)

> So the active and reactive power of a load is a piecewise linear function of voltage magnitude. One maybe irrelevant side remark is that I don't know whether piecewise...