Skip to content

Commit 5dcf9e4

Browse files
author
Owen James Reed
committed
FIX: typo in center tap second phase code
1 parent 25dcb5b commit 5dcf9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ravens/xml/opendss2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ def _add_TransformerTankEnd(self, subject_uri: URIRef, tr: altdss.Transformer):
14791479
if phases == "s1":
14801480
phase_kind = "s1N"
14811481
elif phases == "s2":
1482-
phase_kind = "Ns2"
1482+
phase_kind = "s2N"
14831483
elif reverse_ground:
14841484
phase_kind = "N" + phases
14851485
elif wye_ground:

0 commit comments

Comments
 (0)