-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Run timing scripts from nx-parallel #191
Comments
hi @MridulS sir, I am facing an issue with running Usually, when I create and activate virtual environments there is a Thank you :) |
|
You need to install the package too. So after cloning nx-parallel, could you try running |
Hello @MridulS The Error |
Try running |
This works thank you 🚀 |
i'm unable to fetch the output as I'm getting |
Hello @akshayamadhuri, The output you have indicates that your script is running correctly. Please wait for it to exit, and then check the output in the |
worked me for too, I checked the time the file was created, it was the time I ran |
Run timing scripts from nx-parallel networkx#191
Run timing scripts from nx-parallel #191
[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.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-paralleltiming/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
.The text was updated successfully, but these errors were encountered: