Removed ellipsis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2020-09-18 00:47:05 +02:00
parent b85502cf62
commit 2e43660887
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def run_everything(parameters: dict):
response = {
"tag": tag,
"probability": 1.0 if results[0] == 'sturnus' else 0.0,
"model": ...
"model": "TODO"
}
logging.info(f"Classification done!")