Skip to content

Commit 4d28490

Browse files
committed
Fixing typo
1 parent 84e4f0e commit 4d28490

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_datasets/test_dataset_functions.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,11 +1165,7 @@ def test_create_dataset_attributes_auto_without_df(self):
11651165
creator = 'OpenML tester'
11661166
collection_date = '01-01-2018'
11671167
language = 'English'
1168-
licence = 'MIT' def test_list_evaluation_measures(self):
1169-
measures = openml.evaluations.list_evaluation_measures()
1170-
self.assertEqual([isinstance(measures), list)
1171-
self.assertEqual(all([isinstance(s, str) for s in measures]), True)
1172-
1168+
licence = 'MIT'
11731169
default_target_attribute = 'col_{}'.format(data.shape[1] - 1)
11741170
citation = 'None'
11751171
original_data_url = 'http://openml.github.io/openml-python'

0 commit comments

Comments
 (0)