Skip to content

Commit

Permalink
FIX: typo in transformers/xfmrcode creation functions
Browse files Browse the repository at this point in the history
There is an inconsistency between the documentation and implementation of `configuration`. In `create_transformer` and `create_xfmrcode`, `configurations` is used, but should be `configuration`. Also, `buses` is used instead of `bus`. Changed to make consistent.

Resolves #463
  • Loading branch information
pseudocubic committed Sep 18, 2024
1 parent e5f18cc commit aa1c6c5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## staged

- Fixed typo in `create_transformer`, `create_xfmrcode` and ENGINEERING model documentation, `configurations` -> `configuration` and `buses` -> `bus` on transformer objects (#463)
- Fixed creation of switch objects from dss, where ENGINEERING switches are expected to be zero-length objects (#462)
- Fixed typo in single phase line parameters, should have been `line.c0 = line.c1` (#468)
- Fixed missing `npts` property in loadshape in case3_balanced.dss (#466)
Expand Down
Loading

0 comments on commit aa1c6c5

Please sign in to comment.