fix lint issue

This commit is contained in:
2022-04-24 00:37:36 +02:00
parent a3ef08f418
commit 840dbec94b
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class GridSearchTest(unittest.TestCase):
file_name = self.grid.get_output_file() file_name = self.grid.get_output_file()
if os.path.exists(file_name): if os.path.exists(file_name):
os.remove(file_name) os.remove(file_name)
grid = self.build_exp() _ = self.build_exp()
# check the output file is initialized # check the output file is initialized
with open(file_name) as f: with open(file_name) as f:
data = json.load(f) data = json.load(f)

View File

@@ -6,7 +6,7 @@
"kernel": "liblinear", "kernel": "liblinear",
"multiclass_strategy": "ovr" "multiclass_strategy": "ovr"
}, },
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:15:45 took 0.240s" "v. 1.2.4, Computed on Test on 2022-04-24 at 00:18:17 took 0.261s"
], ],
"balloons": [ "balloons": [
0.625, 0.625,
@@ -15,6 +15,6 @@
"kernel": "linear", "kernel": "linear",
"multiclass_strategy": "ovr" "multiclass_strategy": "ovr"
}, },
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:15:45 took 0.253s" "v. 1.2.4, Computed on Test on 2022-04-24 at 00:18:17 took 0.478s"
] ]
} }