Skip to content

Commit

Permalink
Update rewards script documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Jan 19, 2021
1 parent 1443b9a commit 104e374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/README.md
Expand Up @@ -49,6 +49,7 @@ python calculate-advisors-rewards.py --seed=STRING --proposals=file1.csv --advis
The script seeds the random number generator using the provided value and then does the following for each proposal:
* read reviewers
* remove non eligible advisors from this list
* sort the list in alphabetic order
* select 3 random advisors from this list using Python `random.sample`. If there are less than 3 advisors for a proposal, select all of them.

If you want to reproduce the results, make sure you have the same files and use the same seed.

0 comments on commit 104e374

Please sign in to comment.