-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix handling of edges by incremental update (#171)
* fix handling of edges by incremental update * incremental: fixed wrong handling of new/old nodes in edges. Added a more complex test for the incremental update with multiple new elements. Something is off with the ID generation, possibly causing further issues (see the test and the FIXME in the KGraphMerger), but solution still seems to work for the previous issue for now. * incremental: fixes some issues arising when adding more complex structures. This includes nodes that are added together with edges and ports, which previously could cause issues. Also fixes elements without own IDs being inserted e.g. in the beginning of lists to not get updated correctly. --------- Co-authored-by: Niklas Rentz <[email protected]>
- Loading branch information
1 parent
870286c
commit f758969
Showing
5 changed files
with
320 additions
and
95 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
Oops, something went wrong.