power-grid-model icon indicating copy to clipboard operation
power-grid-model copied to clipboard

Python/C++ library for distribution power system analysis

Results 155 power-grid-model issues
Sort by recently updated
recently updated
newest added

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:...

bug

This PR adds validations tests for the current sensor feature.

**Implement feature**: `# 720` ### Changes proposed in this PR include: Implementation of [feature 720](https://github.com/PowerGridModel/power-grid-model/issues/720). Add a new component to support asym_line specification with R, X and C matrix values...

Basic documentation regarding high-level package design + contributing new packages

documentation

See #547 for the full feature request. When implementing this the local current measurement will already be supported for iterative linear SE, see #764. This feature request implements only the...

feature

In #648 / #613 enums were added for `ComponentType`. `AttributeType` is still lagging: attributes of components are listed only by their strings on the Python side. This issue proposes to...

feature
good first issue

See #547 for the full feature request. When implementing this the local current measurement will already be supported for iterative linear SE, see #764. This feature request implements only the...

feature

Very unfortunate patch to #944 This seems to be caused by the fact that GitHub explicitly excludes releases created by GitHub Actions workflows from triggering `on: release` events. See also...

bug
do-not-merge

### Changes proposed in this PR include: The updated implementation of automatic transformer tap changer was too restrictive on allowed cases for tap control. Meshed control of transformers was not...

do-not-merge

This PR enables: - full clang-tidy build independent of the event that triggered it - continuation of clang-tidy build in CI with next file even if previous file has errors...

feature