Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of hash matters #9

Open
phillc opened this issue Jul 8, 2013 · 0 comments
Open

Order of hash matters #9

phillc opened this issue Jul 8, 2013 · 0 comments

Comments

@phillc
Copy link

phillc commented Jul 8, 2013

graph = FactorGraph.new(team1 => 1, team2 => 2)
graph.update_skills

returns a different result than

graph = FactorGraph.new(team2 => 2, team1 => 1)
graph.update_skills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant