fix: new csv file for model names.

This commit is contained in:
damien DELPY 2024-11-26 10:25:14 +01:00
parent b23c44e5df
commit 3fa9da6ef9
No known key found for this signature in database
3 changed files with 1001 additions and 86 deletions

View File

@ -18,4 +18,3 @@ Teal
Turquoise
Violet
Yellow
name_color

1 Aquamarine
18 Violet
19 Yellow
20

File diff suppressed because it is too large Load Diff

View File

@ -318,7 +318,7 @@ def generate_table_using_quantite(nbElements : int, nameTable : str,
funcGen) -> None:
total : int = 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
total = total - quantite
funcGen_2 = lambda : funcGen(