---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
<ipython-input-7-bd8f23cc551a> in <module>()
3 numpy.testing.assert_allclose(g1, g3)
4 print('equivalent')
----> 5 numpy.testing.assert_allclose(h1, h3)
6 print('equivalent')
/home/rotis/anaconda/envs/calphadpy3/lib/python3.5/site-packages/numpy/testing/utils.py in assert_allclose(actual, desired, rtol, atol, equal_nan, err_msg, verbose)
1389 header = 'Not equal to tolerance rtol=%g, atol=%g' % (rtol, atol)
1390 assert_array_compare(compare, actual, desired, err_msg=str(err_msg),
-> 1391 verbose=verbose, header=header)
1392
1393 def assert_array_almost_equal_nulp(x, y, nulp=1):
/home/rotis/anaconda/envs/calphadpy3/lib/python3.5/site-packages/numpy/testing/utils.py in assert_array_compare(comparison, x, y, err_msg, verbose, header, precision)
731 names=('x', 'y'), precision=precision)
732 if not cond:
--> 733 raise AssertionError(msg)
734 except ValueError:
735 import traceback
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0
(mismatch 5.0%)
x: array([[[ -7.699249e-03, -2.605680e+01, -2.771574e+01, -2.395319e+01,
-2.308483e+01, -3.499028e+01, -3.442843e+01, -2.165418e+01,
-1.892117e+01, -8.372728e+01],...
y: array([[[ 7.700152e-03, -2.605680e+01, -2.771574e+01, -2.395319e+01,
-2.308483e+01, -3.499028e+01, -3.442843e+01, -2.165418e+01,
-1.892117e+01, -8.372728e+01],...