Skip to content

Commit 3cf42b5

Browse files
authored
Update test_automl.py
1 parent 763aac0 commit 3cf42b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_automl/test_automl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_automl_outputs(self):
224224

225225
fixture = os.listdir(os.path.join(backend_api.temporary_directory, '.auto-sklearn',
226226
'ensembles'))
227-
self.assertIn('100.0.ensemble', fixture)
227+
self.assertIn('100.0000000000.ensemble', fixture)
228228

229229
# Start time
230230
start_time_file_path = os.path.join(backend_api.temporary_directory, '.auto-sklearn',

0 commit comments

Comments
 (0)