-
Notifications
You must be signed in to change notification settings - Fork 304
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
drop fa2 cpu code #2007
drop fa2 cpu code #2007
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB ChuckHastings commented on 2022-01-11T00:16:57Z Misspellings here: "THat" => "That" "requierd" => "required" "unmainated" => "unmaintained" |
View / edit / reply to this conversation on ReviewNB ChuckHastings commented on 2022-01-11T00:16:58Z Do we want this error in saved in the notebook? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor edits/questions.
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #2007 +/- ##
===============================================
Coverage ? 70.75%
===============================================
Files ? 142
Lines ? 8860
Branches ? 0
===============================================
Hits ? 6269
Misses ? 2591
Partials ? 0 Continue to review full report at Codecov.
|
Sorry, pushed the wrong version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
One suggestion (optional): instead of the
start = time.time()
...
elapsed = time.time() - start
you could use the %%time
or %%timeit
cell magic.
@gpucibot merge |
update the ForceAtlas notebook to not use fa2 python package