-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tem example #612
Tem example #612
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made some comments.
In particular I miss understanding of the changes to Dlite itself. I would like to re-review once the dependency PRs are approved, so that I can test as well.
Also, why have you added a dockerfile? I did not see any documentation on that and how to use it. (I think it is good to add it, but it wold be nice to document that in the README and not only working in a local env).
Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
Added main.py script to incopurate this example in the DLite test system. Changed workflow.py to a test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice demo. The demo.py script now works.
However, the some of the additional tests are not working. This does not show up here on github because the TEM-example is skipped in ctest. This is probably because the additional requirements are not included in the requirments_dev. Make sure to include the versions as well. Then it should not be necessary to have a requirements.txt inside the tem-demo. If you want to keep it, please add the versions.
So, before merging, please make sure that
- TEM-demo is run as part of the ctest.
- Tests are passing.
- Tests that are not specific for the TEM-demo are moved out into a separate issue that can be resolved independently.
- Versions are included in requirements.
Removed the docker-compose file for now, since it is not currently used. |
Response:
|
Description
Example with OTEAPI and OTELib using TEM data.
This example currently depends on a set of other PRs:
Type of change
Checklist for the reviewer
This checklist should be used as a help for the reviewer.