Skip to content

Commit

Permalink
removed debugger lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Dec 4, 2014
1 parent 6997301 commit 92d9eb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openwind/tests/test_sarwind.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Modified: Morten Wergeland Hansen
#
# Created: 26.05.2014
# Last modified:21.11.2014 13:59
# Last modified:04.12.2014 12:18
# Copyright: (c) NERSC
# License:
#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -131,8 +131,6 @@ def test_plot_agulhas(self):
w.plot(filename=os.path.join(dirname_test_plots,
'agulhas_test_plot.png'), show=False, landmask=False)

import ipdb
ipdb.set_trace()
if sys.version_info < (2, 7):
self.assertTrue(filecmp.cmp(
os.path.join(dirname_test_plots,'agulhas_test_plot.png'),
Expand Down

0 comments on commit 92d9eb2

Please sign in to comment.