Skip to content

Commit

Permalink
add a print to the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkoh committed Apr 6, 2018
1 parent 0af3a2b commit b3bcfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ def parse_topclass(tagset):
try:
assert tagset in point_topclass_dict[topclass]
except:
pdb.set_trace()
print('INCORRECT: {0} is not in {1}'.format(tagset, topclass))

print('Test complete.')

0 comments on commit b3bcfa5

Please sign in to comment.