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

Fix metrics update and out-of-bounds DistanceFromCut::operator[] #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

larsgottesbueren
Copy link
Member

See #200

@larsgottesbueren larsgottesbueren changed the title Fix out-of-bounds DistanceFromCut::operator[] Fix metrics update and out-of-bounds DistanceFromCut::operator[] May 15, 2024
@kahypar kahypar deleted a comment from codecov bot May 15, 2024
@@ -73,7 +73,7 @@ class APartitionedHypergraph : public Test {
context.partition.k = 2;
context.partition.objective = Objective::cut;
context.partition.mode = Mode::direct_kway;
context.local_search.algorithm = RefinementAlgorithm::twoway_fm;
context.local_search.algorithm = RefinementAlgorithm::twoway_fm_hyperflow_cutter;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@larsgottesbueren Could this change be causing the errors we see in #200 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah never mind, this is only a unit test.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is only intended to run the new delta functions in the metrics object through a test case :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants