Martijn Govers

Results 46 comments of Martijn Govers

> Cfr. our discussions, we run the benchmark case and if the amount of fill-ins is the same for both implementations, it's ready for merge. The amount of fill-ins differs...

cfr. discussion: `boost` and this branch use slightly different choices regarding the chosen point, but they scale similarly: * sometimes, `boost` is better (e.g. benchmark case for large grids), *...

FINALLY ![image](https://github.com/PowerGridModel/power-grid-model/assets/15234327/940eaf0e-64c9-4c29-a335-e5f9d06de7e4) ![image](https://github.com/PowerGridModel/power-grid-model/assets/15234327/a5a26940-3fe0-48ff-9c3f-246a98027157)

a couple observations: * [ ] a good starting point might be to determine how many mega/gigabytes the data to be allocated was (e.g.: less or greater than 4GB due...

Awesome! LMK if you need any help

@Cbit11 how is it going with the development?

this may already be done in #613 and #648

> this may already be done in #613 and #648 this is actually not entirely true. * Starting python3.9, we have `list[Foo]` and `set[Foo]` instead of `List[Foo]` and `Set[foo]`, as...

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

> Most of this was resolved in #444 . Only removal of construction of all math parameters in `main_model.hpp` is left So we're not going to go all the way.