Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jan 16, 2014
1 parent 78e8a79 commit 45daa86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/python_modular/tester.py
Expand Up @@ -8,7 +8,7 @@
import sys
import difflib

from generator import setup_tests, get_fname, blacklist, get_test_mod, run_test, MSG_DEBUG, MSG_INFO
from generator import setup_tests, get_fname, blacklist, get_test_mod, run_test

def typecheck(a, b):
if str(type(a)).find('shogun')>=0 and \
Expand Down Expand Up @@ -39,7 +39,7 @@ def compare(a, b, tolerance):
if not result:
print("Equals failed with debug output")
old_loglevel=a.io.get_loglevel()
a.io.set_loglevel(MSG_INFO)
a.io.set_loglevel(modshogun.MSG_INFO)
a.equals(b, shogun_tolerance)
a.io.set_loglevel(old_loglevel)

Expand Down

0 comments on commit 45daa86

Please sign in to comment.