You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am getting a key error when trying to solve the European Low Voltage Test Feeder (I am attaching the file). This test case was solvable in previous PMD versions, but now, for some reason, there is an error when parsing/instantiating the test case data.
Expected behavior
Test case should work fine. In previous PMD versions, this error did not exist. The error seems to be related to the kron_reduction, so maybe something was added to the new versions that require the rs key?
Screenshots
If applicable, add screenshots to help explain your problem.
System Information (please complete the following information):
The issue seems to be that the Linecodes have . characters in their names, which was not expected, and breaks the regex that parses lines. I will have to consider how to address that. In the meantime, you can search/replace those linecode names and it will work again (I confirmed).
This fixes a bug where dss allows for '.' characters in the name of the object, but we were previously splitting on all '.' chars, causing us to drop part of the name in some cases.
Resolves#441
* FIX: dss parsing of object names with '.' char
This fixes a bug where dss allows for '.' characters in the name of the object, but we were previously splitting on all '.' chars, causing us to drop part of the name in some cases.
Resolves#441
* FIX: scaling for pf_bf relaxation tests
the sbase_scale_factor=1.0 was causing SCS solver problems, adjusted to 100.0
Describe the bug
I am getting a key error when trying to solve the
European Low Voltage Test Feeder
(I am attaching the file). This test case was solvable in previousPMD
versions, but now, for some reason, there is an error when parsing/instantiating the test case data.Minimum Viable Example
Expected behavior
Test case should work fine. In previous
PMD
versions, this error did not exist. The error seems to be related to thekron_reduction
, so maybe something was added to the new versions that require thers
key?Screenshots
If applicable, add screenshots to help explain your problem.
System Information (please complete the following information):
Additional context
Attached zip file with IEEE LV test case.
lvtestcase_pmd_138kv.zip
The text was updated successfully, but these errors were encountered: