-
Notifications
You must be signed in to change notification settings - Fork 47
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 logging.basicConfig to avoid errors when testing Python27...KalmanFilter #300
Comments
These changes still lead to the same error when run from BuildingsPy. Running
from the console worked in about 100 test runs. |
@mwetter From my last tests: no segfault is observed when simulating with a local installation of JModelica instead of docker (even without the |
So it is indeed a segfault of the Python interpreter that seems related to the use of |
For future reference the segfault was tracked with
|
@AntoineGautier : Nice find... Can you please update |
@mwetter Sure, will do. Should we fix the bug with |
This is to test a work-around for lbl-srg/modelica-buildings#1587
The proposed patch is in
buildingspy/development/jmodelica_run.template
the additionThe text was updated successfully, but these errors were encountered: