Skip to content

Commit

Permalink
fix: allow only technically possible transformer vector groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Aug 29, 2023
1 parent f9e8692 commit 8c1ffc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psdm/topology/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class VectorGroup(enum.Enum):
YNy0 = "YNy0"
Yyn0 = "Yyn0"
YNyn0 = "YNyn0"
YNyn5 = "YNyn5"
Dz0 = "Dz0"
Dzn0 = "Dzn0"
Zd0 = "Zd0"
Expand Down

0 comments on commit 8c1ffc8

Please sign in to comment.