Skip to content

[Difficulty Calculation] StrainSolverData not cleared when computing the 2nd round (right-hand favored difficulty )for 7k #181

@WilliamQiufeng

Description

@WilliamQiufeng

OverallDifficulty = (ComputeForOverallDifficulty(rate, Hand.Left) + ComputeForOverallDifficulty(rate, Hand.Right) ) / 2;

In the second ComputeForOverallDifficulty call, StrainSolverData is not cleared when it's supposed to in

private void ComputeBaseStrainStates(float rate, Hand assumeHand)

This causes an issue where, during the calculation for right-hand favored 7k difficulty rating, the left-hand favored patterns would also be considered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions