``` ruby graph = FactorGraph.new(team1 => 1, team2 => 2) graph.update_skills ``` returns a different result than ``` ruby graph = FactorGraph.new(team2 => 2, team1 => 1) graph.update_skills ```