Skip to content

Commit

Permalink
remove pudb import
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Apr 3, 2019
1 parent e0eb20f commit 3f0e5cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neurondm/test/test_madness.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import unittest
from pathlib import Path
import sys
import pudb
sys.breakpointhook = pudb.set_trace
#import sys
#import pudb
#sys.breakpointhook = pudb.set_trace

# TestRoundtrip by itself is not sufficient to induce the cross module version
from test.test_neurons import TestRoundtrip
Expand Down

0 comments on commit 3f0e5cf

Please sign in to comment.