We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763aac0 commit 3cf42b5Copy full SHA for 3cf42b5
test/test_automl/test_automl.py
@@ -224,7 +224,7 @@ def test_automl_outputs(self):
224
225
fixture = os.listdir(os.path.join(backend_api.temporary_directory, '.auto-sklearn',
226
'ensembles'))
227
- self.assertIn('100.0.ensemble', fixture)
+ self.assertIn('100.0000000000.ensemble', fixture)
228
229
# Start time
230
start_time_file_path = os.path.join(backend_api.temporary_directory, '.auto-sklearn',
0 commit comments