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

**Describe the problem** Currently, it is quite difficult to set up the [development environment](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html) for PGM. This creates an artificial barrier for new contributors. A solution could be to use...

improvement

I would like to be able to make an informed decision on which calculation method to use, without having to consult one of you personally. The current documentation is a...

improvement

In validation functions like `validate_required_values`, the incremental approach towards component is already reaching the limit of pylint argument. Refactoring is needed to break up the functions in this module to...

improvement

**Describe the bug** - power_grid_model.errors.AutomaticTapCalculationError docstring needs to be updated. - power_grid_model.enum.MeasuredTerminalType too. - power_grid_model.data_types.SparseBatchArray has no mention of status anywhere but example. To make it clear. Rendered incorrectly: Unnecessary...

bug

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

feature