-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GA-165] Phenolrs: Support Edge Values in COO Loading for `NetworkXGr…
…aph` (#29) * support to write edge values when using data structure coo * u64 instead of vec<u64> * fixed insert edge in networkx graph when "@collection_name" is being set * black fmt * cargo fmt * add EdgeValuesDict and use it * black fmt * add a test for edge values * added failure test * removed comment, added todo * use latest lib vers 0.0.7, code cleanup * fmt * Update python/tests/test_all.py * put coo relevant logic in coo relevant code block, f64 instead of u64 * Update python/phenolrs/networkx/typings.py Co-authored-by: Anthony Mahanna <[email protected]> * applied proper error testing code review request * remove not required res * more tests * black fmt * remove `bool` as possible `EdgeValue` type (my mistake) --------- Co-authored-by: Anthony Mahanna <[email protected]> Co-authored-by: Anthony Mahanna <[email protected]>
- Loading branch information
1 parent
5e0b8fe
commit 156b860
Showing
10 changed files
with
292 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 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 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.