-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update save recursive and layout (#710)
# Description Update layout and fix recursive saving of ontology * save now returns the path to the saved ontology. This change does not change the previous usage. This is practical when the filename is generated and not given. * generated layout is updated so that the root is (protocol+domain) if there are more of these. Otherwise the generated layout is as before. * updated test_save to check emmo-structure, recursive saving, also for emmo based domain ontologies that import ontologies with various starts of iris ## Type of change <!-- Put an `x` in the box that applies. --> - [x] Bug fix. - [x] New feature. - [x] Documentation update. - [x] Test update. ## Checklist <!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. --> This checklist can be used as a help for the reviewer. - [ ] Is the code easy to read and understand? - [ ] Are comments for humans to read, not computers to disregard? - [ ] Does a new feature has an accompanying new test (in the CI or unit testing schemes)? - [ ] Has the documentation been updated as necessary? - [ ] Does this close the issue? - [ ] Is the change limited to the issue? - [ ] Are errors handled for all outcomes? - [ ] Does the new feature provide new restrictions on dependencies, and if so is this documented? ## Comments <!-- Additional comments here, including clarifications on checklist if applicable. --> --------- Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
- Loading branch information
1 parent
d59e983
commit 1e02982
Showing
9 changed files
with
263 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.