Преглед изворни кода

lotterysim: update constants to read example.csv

lunar-mining пре 3 година
родитељ
комит
df9dc1f9aa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script/research/lotterysim/core/constants.py

+ 1 - 1
script/research/lotterysim/core/constants.py

@@ -33,4 +33,4 @@ F_MAX_HP = Num(F_MAX)
 EPSILON_HP = Num(EPSILON)
 REWARD_MIN_HP = Num(REWARD_MIN)
 REWARD_MAX_HP = Num(REWARD_MAX)
-VESTING_FILE='vested_distribution.csv'
+VESTING_FILE='example.csv'