Closed juanjospina closed 1 year ago
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).
Great! Thank you @pseudocubic. I was looking for the bug but wasn't able to find. I will modify my testcases to avoid this edge-case error.
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