python run_tests.py --debug tests/test_semismooth_newton.py <<< directory: tests, test files: 1 <<< tests/test_semismooth_newton.py sfepy: left over: ['fs', 'verbose', '__builtins__', 'ca', 'sps', 'convert_to_csr', 'ls_conf', '__file__', 'conf', 'alpha', '__name__', 'define_matrices', 'TestCommon', 'eval_matrix', 'nm', '_filename', 'dict_to_struct', '__package__', 'ks', 'fc', 'sm', 'sa', '__doc__'] --- test instance creation failed Traceback (most recent call last): File "run_tests.py", line 206, in main() File "run_tests.py", line 197, in main run_tests(stats, dirname, [filename]) File "run_tests.py", line 131, in run_tests n_fail, n_total, test_time = run_test(conf_name, options) File "run_tests.py", line 83, in run_test test = conf.funmod.Test.from_conf(conf, options) File "/home/sreeky/sfepy/tests/test_semismooth_newton.py", line 134, in from_conf test.m, test.ms, test.w_names = define_matrices() File "/home/sreeky/sfepy/tests/test_semismooth_newton.py", line 65, in define_matrices e = sm.zeros(7, 1) TypeError: zeros() takes exactly 1 argument (2 given)