GatorIncubator / gatorgrouper

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
GNU General Public License v3.0
20 stars 20 forks source link

Fix arguments passed to graph algorithm #291

Closed aubreypc closed 5 years ago

aubreypc commented 5 years ago

Description of Pull Request

Allows the graph algorithm to be run from the command line with objective measures, weights, and preferences handled correctly

Type of Change

Please describe the pull request as one of the following:

Tags

quigley-c commented 5 years ago

If I'm not mistaken the fix just matches the types passed as arguments, correct? Thanks for this fix!

aubreypc commented 5 years ago

@quigley-c Yeah, it just ensures that the lists for weights and measures can be specified on the command line, and sets up the preferences dictionary with the right format