Open the NetworkX algorithm test cases which skip by `DynamicFragment duplicated mode not ready.`
Open
component:gae
enhancement
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
Since the `DynamicFragment` has been refactored base on `MutableFragment` of libgrape-lite, the `duplicate mode`(worker holds the whole graph) was disabled until now. The algorithms base on the `duplicate mode` is disabled:
- betweenness centrality
- all_pairs_shortest_path_length
- all_simple_paths
We should re-enable the `duplicated mode` and make these algorithms work.
Contributor guide
Assessment
This issue has not been assessed yet.