-
Notifications
You must be signed in to change notification settings - Fork 137
[resotocore][fix] Fix outer edge merge handler #956
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
Co-authored-by: Matthias Veit <aquamatthias@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## main #956 +/- ##
==========================================
- Coverage 90.21% 90.19% -0.02%
==========================================
Files 68 68
Lines 10202 10203 +1
==========================================
- Hits 9204 9203 -1
- Misses 998 1000 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
aquamatthias
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.
thanks!
* [resotocore][fix] Fix outer edge merge handler * move the update back * small cleanup * Update resotocore/resotocore/db/graphdb.py Co-authored-by: Matthias Veit <aquamatthias@users.noreply.github.com> * another test * add some notes for the test Co-authored-by: Matthias Veit <aquamatthias@users.noreply.github.com> (cherry picked from commit 4fa57f0)
Description
Fixed a bug where the existing edges were not overwritten, and therefore deleted during the collection
To-Dos
toxCode of Conduct
By submitting this pull request, I agree to follow the code of conduct.