• Olivier Delalleau's avatar
    Fixed some broken tests due to imports · e4330e37
    Olivier Delalleau 提交于
    The problem was that get_test_value and missing_test_message are
    recognized by nosetests as test functions, and thus test code that does
    "import *" from tensor/basic.py could end up trying to run these
    functions as tests.
    e4330e37
basic.py 199.3 KB