-
Notifications
You must be signed in to change notification settings - Fork 20
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
Run all user-guide examples to confirm they work #101
Comments
Filter clone example does not run because the file ControllerConfig.json does not exist. ControllerConfig.json is called on line 59: |
Filter federate has a halting problem. All federates will get stuck after requesting a time grant. The problem is not fixed when preventing the filter from dropping, delaying, interfering, or hacking. |
Added missing files that were just sitting on my computer and apparently had never been commited. |
helics_connector using a direct matchfile (JSON or text) is not working for me. |
Graphing in dynamic federation example is having some indexing problems. |
Corrected and now working. |
The following advanced examples are not currently working with their associated Github issue:
|
OK, I think I've got the examples that need help all tracked with their own HELICS-Examples issues:
Given this, I'm going to close out this general issue and push our work to the example-specific ones. |
I think sub-issues are enabled if we want to create an issue to track the status of the related tasks. |
In preparation for getting the User Guide example incorporated into the CI/CD we already have in place, we need to run through all the supported User Guide examples to make sure they work with the latest packages (including HELICS).
The text was updated successfully, but these errors were encountered: