cwru-hvz-core / cwru-hvz-source

Case Western's Implementation of a Humans vs. Zombies tracking engine.
http://hvz.case.edu/
10 stars 9 forks source link

Fix the Postgresql bug involving finding the mean score. #29

Open tdooner opened 13 years ago

tdooner commented 13 years ago

This might be as simple as selecting all records and keeping a hashtable, but either way, the current method used to calculate scores is not viable.

(In app/models/game.rb and lib/update_game_state.rb)