mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 16:48:04 +00:00
Fixed an array size issue because of ignored 0 value
This commit is contained in:
@ -78,7 +78,7 @@ class TrueSkillFactorGraph extends FactorGraph
|
||||
|
||||
$currentLayer->buildLayer();
|
||||
|
||||
$lastOutput = &$currentLayer->getOutputVariablesGroups();
|
||||
$lastOutput = &$currentLayer->getOutputVariablesGroups();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user