-
Notifications
You must be signed in to change notification settings - Fork 310
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
Move experimental source files and a few implementation headers #1763
Move experimental source files and a few implementation headers #1763
Conversation
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.
Looks good to me. I have left one minor comment about placing PageRank tests.
cpp/tests/CMakeLists.txt
Outdated
|
||
################################################################################################### | ||
# - Experimental PAGERANK tests ------------------------------------------------------------------- | ||
ConfigureTest(EXPERIMENTAL_PAGERANK_TEST experimental/pagerank_test.cpp) | ||
ConfigureTest(PAGERANK_TEST pagerank/pagerank_test.cpp) |
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.
To be consistent with python, shouldn't this better go to link_analysis (after creating the directory)?
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.
Except I disagree with that python choice :-)
I'll make that change.
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.
The src
directory also uses link_analysis
. Now src, tests and python all match.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1763 +/- ##
===============================================
Coverage ? 59.72%
===============================================
Files ? 77
Lines ? 3521
Branches ? 0
===============================================
Hits ? 2103
Misses ? 1418
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Last phase of migrating things out of the experimental namespace. This PR moves all of the source and test files out of the experimental directory and renames the tests.