Skip to content

Commit

Permalink
change randomness weight for track 1
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nam committed Sep 25, 2021
1 parent a43a4bf commit 9da8e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def generate_active_collections(self) -> Set[str]:
return set(
random.choices(
list(self.track_collections.keys()),
weights=[0.21, 0.18, 0.18, 0.18, 0.18, 0.07],
weights=[0.18, 0.18, 0.18, 0.18, 0.18, 0.07],
k=k,
)
)
Expand Down

0 comments on commit 9da8e69

Please sign in to comment.