-
Couldn't load subscription status.
- Fork 2
Fixes and improvements #92
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
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.
@SimonStier: osw.params is a newly introduced module to gather params object in one place and thereby make them easier to access to all users (not only experts)
| # "Entity": "Category:Entity", # depends on nothing | ||
| # "Entity": "Category:Entity", # depends on nothing# | ||
| "Category": "Category:Category", # depends on Entity | ||
| "Property": "Category:Property", # depends on Entity |
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.
Adding Category and Property to make sure that the namespace and title functions in osw.model.static are working as expected.
@SimonStier: Should we create a mechanism to ensure installed dependencies other than in osw.express?
… of osw.model.static.OswBaseModel
…ns, but most likely avoiding unwanted behavior
e68777f to
e22b0e4
Compare
Feat: add rdf generation # Conflicts: # src/osw/core.py
list elements of type Label were being passed to Label(), causing validation errors
Pull Request Test Coverage Report for Build 11969862176Details
💛 - Coveralls |
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 guess all changes are included in #89, see suggestion there
Aggregated fixes and improvements while developing a tutorial