Martijn Govers
Martijn Govers
Relates to https://github.com/PowerGridModel/power-grid-model/issues/486 A major factor in the compilation is the fact that all 3 test files of the main model + the validator + the benchmark need to recompile...
Follow-up ticket to #528 : remove workaround DCO for merge groups when https://github.com/dcoapp/app/issues/199 is resolved * [ ] power-grid-model (introduced in https://github.com/PowerGridModel/power-grid-model/pull/536 ) * [ ] power-grid-model-io (introduced in https://github.com/PowerGridModel/power-grid-model-io/pull/238...
- the `code_generation/` directory contains the code generator including its configuration. - It is important that the generated code is up to date. i.e.: - no manual code changes were...
This will help users provide the correct data types to the power grid model ## Context The data types are now declared in the user-level module, but would also be...
See the TODO in https://github.com/PowerGridModel/power-grid-model/blob/81b1f8c900152fd32ce64e86cb3fb0edb4f2b7d7/src/power_grid_model/data_types.py#L13 Support for Python 3.8 was dropped in #464
**Describe the feature request** The `enumerated_zip_sequence` function iterates over all groups/buses, regardless of whether the input was a `DenseGroupedIdxVector` or a `SparseGroupedIdxVector`. Especially for `DenseGroupedIdxVector`, for which it is expected...
* This is preparation to #548 (relates to Python API step 1) * This relates to #465
the current build guide in on the [CMake project](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html#build-system-for-cmake-project) suggests that we use Ninja as our build backend, as well as that we always build everything. This is not up...
**This ticket is an incomplete placeholder and should be refined together with the feature requestor first.** Currently, we model line drop compensation based on the cable impedance and current. $$...
**Describe the feature request** Currently, the Nightly build only notifies a single person if it fails, cfr. the documentation in https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs This means, that if the person who last edited...