Santiago Figueroa Manrique
Santiago Figueroa Manrique
Re-route the validation tests through the C API: - [x] Move the call for the tests to the C++ wrapper of the C API. - [x] Remove the PGM core...
Continuation of #734: Improves batch validation for columnar data.
Neither the implementation nor the unit tests accounted for the difference in the output residuals between global and local current sensor angles. This PR attempts to fix it. Todo list:...
This PR adds validations tests for the current sensor feature.
# Background The full observability check for any grid (radial or meshed) with any type of sensors is described in #84. In #508, we implemented a necessary condition check for...
The build guide needs to be revisited, updated and then tested. Here is a non-exhaustive list of things to do: - [ ] Update build python version to the latest...
This PR is aimed to remove all the stuff related to preparing the calculation/solvers out of the main model. This PR should be an enabler to unit test the touched...
When trusted publisher was introduced (https://github.com/PowerGridModel/power-grid-model/pull/944) as the method to publish to PyPI, a patch (https://github.com/PowerGridModel/power-grid-model/pull/965) was necessary to make it work on main as `on: release` doesn't work as...