Skip to content

Commit

Permalink
Merge pull request #39 from jbkoh/master
Browse files Browse the repository at this point in the history
add a print to the test file
  • Loading branch information
jbkoh authored Apr 6, 2018
2 parents 9ddacf6 + b3bcfa5 commit cc1d9ef
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 cc1d9ef

Please sign in to comment.