-
Notifications
You must be signed in to change notification settings - Fork 68
Jtso/ontology #118
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
Jtso/ontology #118
Conversation
…ng at classifications. Also now successfully adds options with the add_option() method
… you want to inherit an ontology from a different project. also updated options to return an object class and insert nested_classes to Tool and Option
msokoloff1
left a comment
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.
Looks pretty solid! I just have a few minor things that I would like to see changed. Also longer term we might want to support type checking. Right now there is still a chance of creating invalid ontologies even if you pass in the required fields.
msokoloff1
left a comment
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.
LGTM!
files written under pep8 via yapf format updating
ontology_generator classes moved to ontology file
ontology tests updated and tested to all pass