Open wperkins opened 9 months ago
The source of the error is here:
https://github.com/GridOPTICS/GridPACK/blob/0edc74eceb6cecb9cc5b6e590519bcf8a67b7c1e/src/applications/modules/dynamic_simulation_full_y/cblock.cpp#L24C1-L34C2
This was added by @abhyshr. I would guess the unit test input needs to be updated to account for this change.
@abhyshr, can you check the input for the Python unit test here:
https://github.com/GridOPTICS/GridPACK/blob/0edc74eceb6cecb9cc5b6e590519bcf8a67b7c1e/python/src/tests/input_tamu500_step005.xml
Apparently, Github's permalinks don't work for me.
This should not have been closed. I put the wrong issue on #200.
My solution to this is to simply remove the test from the Python API unit tests. In #209, I've commented it out. Eventually, this test should be fixed or the inputs (and hadrec.py
script) deleted.
With the current develop branch (0edc74ec), the Python module unit tests fail with
This appears to be independent of the pybind11 version, which was suspected in #197 (I tried 2 versions).