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
With the current develop branch (0edc74e), the Python module unit tests fail with
======================================================================
ERROR: hadrec_test (tests.gridpack_test.GridPACKTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/d3g096/Projects/GridPACK-Wind/src/GridPACK/python/src/tests/gridpack_test.py", line 63, in hadrec_test
hadapp.initializeDynSimu(busfaultlist)
RuntimeError: Cblock is not a transfer function
Check the value of the parameters
-------------------- >> begin captured stdout << ---------------------
NoPrint status: False
NoPrint status: True
--------------------- >> end captured stdout << ----------------------
This appears to be independent of the pybind11 version, which was suspected in #197 (I tried 2 versions).
The text was updated successfully, but these errors were encountered:
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 (0edc74e), 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).
The text was updated successfully, but these errors were encountered: