Fix stratified in sql file

This commit is contained in:
2021-10-01 13:24:43 +02:00
parent 339a948bfc
commit 7288dee193

View File

@@ -405,7 +405,7 @@ class SQL(BaseReport):
self.data["date"],
self.data["time"],
"crossval",
self.data["stratified"],
"1" if self.data["stratified"] else "0",
self.data["score_name"],
result["score"],
result["score_std"],