mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-21 09:08:04 +00:00
First time of no blatant syntax errors
This commit is contained in:
@ -23,7 +23,8 @@ class TeamPerformancesToTeamPerformanceDifferencesLayer extends TrueSkillFactorG
|
||||
$this->addLayerFactor($this->createTeamPerformanceToDifferenceFactor($strongerTeam, $weakerTeam, currentDifference));
|
||||
|
||||
// REVIEW: Does it make sense to have groups of one?
|
||||
$this->getOutputVariablesGroups()[] = $currentDifference;
|
||||
$outputVariablesGroup = $this->getOutputVariablesGroups();
|
||||
$outputVariablesGroup[] = $currentDifference;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user