Skip to content

Order of hash matters #9

Open
Open
@phillc

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions