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

Add testing for MST with mutual reachability metric #802

Merged
merged 3 commits into from
Dec 28, 2022

Conversation

aprokop
Copy link
Contributor

@aprokop aprokop commented Dec 28, 2022

Testing mrd based on the edges output is hard because many edges may have the same weight. Instead, we just test the total weight of the MST, and compare to the reference weight computed externally.

Fix #754.

Testing mrd based on the edges output is hard because many edges may
have the same weight. Instead, we just test the total weight of the MST,
and compare to the reference weight computed externally.
@aprokop aprokop added the testing Anything to do with tests and CI label Dec 28, 2022
@dalg24 dalg24 merged commit 9f1f2d3 into arborx:master Dec 28, 2022
@aprokop aprokop deleted the test_mst_mrd branch December 28, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything to do with tests and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More thorough MST testing for mutual reachability metric
2 participants