-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Partial pipeline example #152
Conversation
Printout of the 'siemens' error from the oteapi-services container, likely caused by the string 'S-3400' being passed to a dlite/mappings.py", line 720, in instance_routes:
|
The 'siemens' error gives an
|
Remove cached files from folders. Add to .gitignore. Make the partial-pipelines demo an installable package based around "oteutils". Move ote strategies under oteutils as demo-specific strategies.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #152 +/- ##
===========================================
+ Coverage 68.73% 89.80% +21.06%
===========================================
Files 15 15
Lines 403 451 +48
===========================================
+ Hits 277 405 +128
+ Misses 126 46 -80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The 'siemens' error arises because the data value is Code for reproducing the behavior: But this "works": |
Description:
Example script, showing how to use partial pipelines. Converted from original Jupyter notebook demo version.
Closes issue #151.
Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.