Skip to content

Conversation

@nlaws-camus
Copy link
Collaborator

Bug fixes

  • can now handle power factor <= 0

Improvements

  • removed some unnecessary logging
  • improved debug messages
  • parser_helper was taking in a list of object names but only parsing the first item in the list (by design), so I made that list argument a single argument
  • added some typing to signatures and improved doc strings, added comments

not sure why this is here, just printing cable sectionID
- cannot parse a list of objects though it was taking a obj_list as input;
- it would only parse the first value in the list;
- now it takes in a string instead of list of string
- also improved notes/documentation
came across some transformers in CYME that have actual voltages set to something different than nominal. CYME has base voltages in TRANSFORMER SETTINGS (e.g. `primarybasevoltage`) and actual voltages in TRANSFORMER (e.g. `kvllprim`). The latter are currently set to Winding.nominal_voltage.
add same test to opendss reader, which passes

if model == "ieee_13node":
"""
test load base voltage values
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarekelgindy this is the load nominal voltage issue that I mentioned in the cyme reader. perhaps we should add tests for comparing opendss voltage values between a IEEE13 model read from cyme and a IEEE13 model read from opendss?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this test is failing because of a bug in cyme reader I believe.

not sure why this is here, just printing cable sectionID
- cannot parse a list of objects though it was taking a obj_list as input;
- it would only parse the first value in the list;
- now it takes in a string instead of list of string
- also improved notes/documentation
add same test to opendss reader, which passes
@nlaws-camus nlaws-camus changed the base branch from master to Add-units-to-models November 18, 2022 20:57
@nlaws-camus nlaws-camus changed the base branch from Add-units-to-models to master November 18, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant