You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doctests are failing for ontology_parser.py. Docstrings should be updated to reflect true outcomes. The source of the issue is that doctests were written against older ontology (cog) versions. Changes to the underlying ontologies (or the API) likely change the expected output.
Definition of Done
all doctests in ontology_parser.py pass.
Tasks
Detail the specific tasks that can be used to accomplish the desired changes.
If detailed steps cannot be provided at this time, please file a Tech Proposal instead.
manually update the doctests and ensure the results match the current state of the ontologies
BONUS: make the doctests procedural so that they always conform to the latest ontologies.
The text was updated successfully, but these errors were encountered:
Motivation
Doctests are failing for
ontology_parser.py
. Docstrings should be updated to reflect true outcomes. The source of the issue is that doctests were written against older ontology (cog) versions. Changes to the underlying ontologies (or the API) likely change the expected output.Definition of Done
ontology_parser.py
pass.Tasks
Detail the specific tasks that can be used to accomplish the desired changes.
If detailed steps cannot be provided at this time, please file a Tech Proposal instead.
The text was updated successfully, but these errors were encountered: