Skip to content

Commit

Permalink
Issue #15: Modify 4-4-2 test (centre left midfielder)
Browse files Browse the repository at this point in the history
  • Loading branch information
atas76 committed Jul 27, 2023
1 parent ec77ba5 commit dbde773
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ public void testCentreLeftMidfielderActionsProbabilisticAssertions() {

assertEquals(0.33 * xP, testOutput.getPossessionOutcomeByPosition(Position.M_L), DELTA);
assertEquals(0.33 * xP, testOutput.getPossessionOutcomeByPosition(Position.M_CR), DELTA);
assertEquals(0.33 * xP / VERTICAL_DISTANCE_UNIT_FACTOR, testOutput.getPossessionOutcomeByPosition(Position.F_CL), DELTA);
assertEquals(0.33 * xP / getUnitFactor(VERTICAL_DISTANCE_WEIGHT * 1.33),
testOutput.getPossessionOutcomeByPosition(Position.F_CL), DELTA);
}

@Test
Expand Down

0 comments on commit dbde773

Please sign in to comment.