Skip to content

Is checkRatios test valid? #4

@Svenny

Description

@Svenny

Look at test.cpp, lines 80-81:

int counts[] = {3, 3, 10, 2, 3};
CHECK_EQ(checkRatios(&counts[0]), true);

This data clearly doesn't fit the intended 1:1:3:1:1 pattern, but is marked as valid. Is this an error in test case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions