Open
Description
[Everyone can do this task. There is no need to claim/assign this issue]
In this task we will look at the https://github.com/networkx/nx-parallel repository which contains the parallel implementations for some NetworkX algorithms. The task for this issue is to generate a heat map file heatmap_betweenness_centrality_timing.png
and upload to this repository.
- Clone https://github.com/networkx/nx-parallel locally.
- Run the timing script for
betweenness_centrality
using https://github.com/networkx/nx-parallel/blob/main/timing/timing_individual_function.py
-$ python timing/timing_individual_function.py
in the root directory of nx-parallel - The script will generate a new file
timing/heatmap_betweenness_centrality_timing.png
Add this file to your folder created in the first task and push the changes to github.
Create a pull request against this repository and add the file 2023-round-2/<your-github-username>/heatmap_betweenness_centrality_timing.png
.
Activity