Improved experiment generation

This commit is contained in:
Thomas FORGIONE 2015-10-08 09:37:43 +02:00
parent ee9e58580a
commit e28145c366
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ DBReq.ExpCreator.prototype.execute = function() {
" Scene.name != 'peachcastle' AND\n" +
" CoinCombination.id = Experiment.coin_combination_id AND\n" +
" Other.id = Experiment.user_id AND\n" +
" Experiment.finished = true AND\n" +
" Other.rating = U.rating AND\n" +
" Other.id != U.id AND\n" +
" U.id = $1 \n" +