mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Change multistat distribution
This commit is contained in:
parent
6f7b192a7e
commit
ea3fb96eeb
1 changed files with 4 additions and 4 deletions
|
@ -108,12 +108,12 @@ class StatsComponent:
|
||||||
"Determinazione"]
|
"Determinazione"]
|
||||||
|
|
||||||
change_distribution = (["--"] * 1) +\
|
change_distribution = (["--"] * 1) +\
|
||||||
(["-"] * 3) +\
|
(["-"] * 2) +\
|
||||||
(["+"] * 3) +\
|
(["+"] * 2) +\
|
||||||
(["++"] * 1)
|
(["++"] * 1)
|
||||||
|
|
||||||
multistat_distribution = ([1] * 7) +\
|
multistat_distribution = ([1] * 16) +\
|
||||||
([2] * 6) +\
|
([2] * 8) +\
|
||||||
([3] * 4) +\
|
([3] * 4) +\
|
||||||
([5] * 2) +\
|
([5] * 2) +\
|
||||||
([8] * 1)
|
([8] * 1)
|
||||||
|
|
Loading…
Reference in a new issue