-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HELICS 3.5.1 RECONNECTABLE handle option #93
Conversation
The changes look fine but do we know why all the checks are failing? |
I don't see any connection between the test that is segfaulting and the changed enums. |
I don't either but probably isn't good that all the tests are failing? |
It seems to be the addition of the RECONNECTABLE option that is making them seg fault. |
those tests that are failing, check a return on the pythonic api that references the flags somehow. My guess is that is the issue somehow. And maybe that flag needs to get added to the pythonic api |
36f3aee
to
bac6ce3
Compare
I'm not seeing a pythonic api wrapper that uses the options? The logs say it is failing on the call to create federate in the test https://github.com/GMLC-TDC/pyhelics/blob/main/tests/test_python_api.py#L70, and then in the HELICS C API function call: https://github.com/GMLC-TDC/pyhelics/blob/update-helics-3.5.1/helics/capi.py#L3712 |
It's specifically when the line |
well I am not opposed to leaving it out for the time being. That option was not needed for current python applications. |
Oh... I get it now. It was related to the assert -- some of the tests use |
No description provided.