Skip to content
Snippets Groups Projects
Commit f7618f2a authored by Gokhan OZBULAK's avatar Gokhan OZBULAK Committed by André Anjos
Browse files

Fix no EOL issue for qa #60

parent bef9063d
No related branches found
No related tags found
No related merge requests found
......@@ -152,4 +152,5 @@ def upload(
mlflow.log_artifact(train_model_temp_file)
mlflow.log_artifact(evaluation_file)
mlflow.log_artifact(evaluation_meta_file)
mlflow.log_artifact(evaluation_log_file)
\ No newline at end of file
mlflow.log_artifact(evaluation_log_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment