Skip to content
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

Changed value of the expensive check param to false in populate_graph_container #1839

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Sep 23, 2021

Changed the value of the expensive check param to false in the call to populate_graph_container.

Since the expensive check is still valuable for test and debugging, the option will be exposed to the python user in a separate PR as part of a debug mode API, and for now it's assumed there's test coverage using the expensive check in the C++ tests.

see also #1840

NOTES:

  • This PR has the bug label since it prevents a bug from surfacing in the C++ expensive check, but it was not the root cause of the recent test failures. Setting expensive check to false needs to happen regardless for performance reasons.
  • This was not built and tested locally yet!

… expose this in a debug mode API in python in a later commit.
@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Sep 23, 2021
@rlratzel rlratzel self-assigned this Sep 23, 2021
@rlratzel rlratzel requested a review from a team as a code owner September 23, 2021 14:47
@rlratzel
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit c3b26b6 into rapidsai:branch-21.10 Sep 24, 2021
@rlratzel rlratzel deleted the branch-21.10-disableexpensivecheck branch June 17, 2022 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants