Lazar Šćekić
Lazar Šćekić
I'm trying to add a customized error message for a class field in Marshamallow's schema. The field representation looks like this: ``` phone_number = fields.String(validate=Length(max=20), error_messages={'invalid': 'Phone number must be...
### Bug report checklis - [x] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [x] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [x] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...
**Bug description** The function split_branch() used for calculations of short-circuits at a predefined distance from the line attempts to access the conductance property of the branch (G), which doesn't exist...