Traceback (most recent call last):
File "./runTests.py", line 225, in <module>
main()
File "./runTests.py", line 219, in main
op.walk( options.test_dir, run_tests, stats )
File "/usr/lib/python2.7/posixpath.py", line 229, in walk
func(arg, top, names)
File "./runTests.py", line 148, in run_tests
n_fail, n_total, test_time = run_test( conf_name, options )
File "./runTests.py", line 111, in run_test
ok, n_fail, n_total = test.run( options.debug )
File "/opt/sfepy/sfepy/sfepy/base/testing.py", line 65, in run
ret = test_method()
File "tests/test_tensors.py", line 137, in test_transform_data4
do = tn.transform_data(dr[None, ...], mtx=mtx[None, ...])
File "/opt/sfepy/sfepy/sfepy/mechanics/tensors.py", line 256, in transform_data
tdf = nm.einsum('apqrs,aip,ajq,akr,als->aijkl',
AttributeError: 'module' object has no attribute 'einsum'
I'm not quite sure why...