Skip to content

Commit e3dbef2

Browse files
committed
removed test on bank dataset.
1 parent 2d36749 commit e3dbef2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_standard_datasets.py

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
from aif360.metrics import BinaryLabelDatasetMetric
1818

1919

20-
def test_bank():
21-
bd = BankDataset()
22-
# print(bd)
23-
bldm = BinaryLabelDatasetMetric(bd)
24-
assert bldm.num_instances() == 41188-10700
25-
2620
def test_compas():
2721
# just test that there are no errors for default loading...
2822
cd = CompasDataset()

0 commit comments

Comments
 (0)