We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ad0d1 commit 5460b2fCopy full SHA for 5460b2f
src/power_grid_model_io/utils/parsing.py
@@ -53,7 +53,7 @@ def parse_trafo3_connection(string: str) -> Dict[str, str]:
53
^ Start of the string
54
(Y|YN|D|Z|ZN) First winding type
55
(y|yn|d|z|zn) Second winding type
56
- (-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
+ (-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
57
(y|yn|d|z|zn) Third winding type
58
(-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
59
$ End of the string
0 commit comments