mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-19 21:46:56 +01: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