-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PageRank Args, is_self_loop on edge, remove all option<bool>, added b…
…incode version on graph, fix all warns, (#1499) * pagerank additions * fix tests * fix tests * add is_self_loop to edge * fmt * add version to materialize * remove all option<bools> for bool, add force param to loading, fix loading in all places, fix issue with bincode saving, fmt, clean all warnings, * fixed one borked test, one left * fixed all tests * use bincode versino instead of raphtory version * added bincode version with test * fix issues with tests in windows, fix issues in python when binnning graphs between rust and python
- Loading branch information
Showing
33 changed files
with
372 additions
and
86 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
Oops, something went wrong.