mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Fix stratified default value from .env
This commit is contained in:
@@ -249,7 +249,7 @@ class Arguments(argparse.ArgumentParser):
|
||||
{
|
||||
"action": EnvDefault,
|
||||
"envvar": "stratified",
|
||||
"required": False,
|
||||
"required": True,
|
||||
"help": "Stratified",
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user