-
Notifications
You must be signed in to change notification settings - Fork 2
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
get_requested_resources method was added to Ontology #244
get_requested_resources method was added to Ontology #244
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #244 +/- ##
==========================================
+ Coverage 58.30% 58.82% +0.52%
==========================================
Files 23 23
Lines 4849 4894 +45
==========================================
+ Hits 2827 2879 +52
+ Misses 2022 2015 -7 ☔ View full report in Codecov by Sentry. |
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.
Some concerns about performance due to creation of the additional graph (L450) and using a recursive function in the loop. (But I'm not really sure if the approach of complex SPARQL queries I use elsewhere is really better.)
Given that this method will be used once upon deployment, that's not a big problem.
The tests do not pass due to error in test_plot_tools_notebook, which has nothing to do with get_requested_resources |
What is the error? If you notice it, could you make an issue? If it's complex to fix it quickly, please mark the tests skipped. |
This was some transient issue with the prod instance, I think. Fixed by rerunning. Could you merge, nb2workflow now depends on this change in master |
…ce-annotation-parsing
|
Note, that I have temporarily changed the url of the ontology file to https://raw.githubusercontent.com/oda-hub/ontology/storage_resource_annotations/ontology.ttl in python-package.yml . This is needed for unit tests. As soon as ontology pull request is done the change in python-package.yml should be reverted.