Skip to content

Commit

Permalink
Update unittests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye authored Nov 8, 2023
1 parent 8753f05 commit 2ac7cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def test_explain_connected_groups(self):
def test_built_in_data(self):
checkpoint = 1
try:
for dn in ['vdu_signals', 'Iris', 'Dermatology', 'Ecoli', 'Glass', 'Banknote', 'Seeds', 'Phoneme', 'Wine', 'NA']:
for dn in ['vdu_signals', 'Iris', 'Dermatology', 'Ecoli', 'Glass', 'Banknote', 'Seeds',
'Phoneme', 'Wine', 'CovidENV', 'Covid3MC', 'NA']:
loadData(name=dn)
except:
checkpoint = 0
Expand Down

0 comments on commit 2ac7cef

Please sign in to comment.