From b3bcfa5f6e4187eb179cdb9f46aa0d5f403febfb Mon Sep 17 00:00:00 2001 From: Jason Koh Date: Fri, 6 Apr 2018 16:17:27 -0700 Subject: [PATCH] add a print to the test file --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')