-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug 552 by ensuring that ALL db cre links are from Higher->Lower … (
#553) * fix bug 552 by ensuring that ALL db cre links are from Higher->Lower and of type either contains or related, no more lower->higher of type partof since this is prone to bugs, part of is now an api construct * nit: replace variable with constant enum in register_cre, code quality only * bugfix/552-existing-graph-contains-cycle-the-graph-changes * nit: fix add_link method parameter 'type' shadowing internal 'type' method * feature 555 remove obsolete SAME/SAM linktype * make inmemory graph a singleton, add comments in cre retrieval tests and ensure all graph relationships are Contains or Equal with the CRE-id and Node-id instead of the db ids * add tests for the inmemory graph * move cycle detection to the graph 'add_edge' method to fix databases with existing cycles
- Loading branch information
1 parent
77ae860
commit bff9a2a
Showing
21 changed files
with
985 additions
and
425 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
Oops, something went wrong.