fix: new csv file for model names.
This commit is contained in:
parent
b23c44e5df
commit
3fa9da6ef9
@ -18,4 +18,3 @@ Teal
|
|||||||
Turquoise
|
Turquoise
|
||||||
Violet
|
Violet
|
||||||
Yellow
|
Yellow
|
||||||
name_color
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -318,7 +318,7 @@ def generate_table_using_quantite(nbElements : int, nameTable : str,
|
|||||||
funcGen) -> None:
|
funcGen) -> None:
|
||||||
total : int = nbElements
|
total : int = nbElements
|
||||||
for i in range(nbElements):
|
for i in range(nbElements):
|
||||||
quantite : int = random.randint(0, int(total / 4)) if i < nbElements \
|
quantite : int = random.randint(0, int(total / 10)) if i < nbElements \
|
||||||
else total
|
else total
|
||||||
total = total - quantite
|
total = total - quantite
|
||||||
funcGen_2 = lambda : funcGen(
|
funcGen_2 = lambda : funcGen(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user