diff --git a/test/test.py b/test/test.py index a77cb7b9..a7e9b42d 100644 --- a/test/test.py +++ b/test/test.py @@ -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.')