diff options
author | Gengxin Xie <gengxin.xie@intel.com> | 2020-03-16 14:50:04 +0800 |
---|---|---|
committer | Gengxin Xie <gengxin.xie@intel.com> | 2020-03-16 14:50:04 +0800 |
commit | b1cb23b2f0f6da256c1473ab303216ce653f882c (patch) | |
tree | 498a5c7f87f4dae7b3c3520e578cd147ab379772 /numpy | |
parent | 3c8a0be17fa73a67a208a0ebb74409c647550ed3 (diff) | |
download | numpy-b1cb23b2f0f6da256c1473ab303216ce653f882c.tar.gz |
MAINT: fix unicode error
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/data/umath-validation-set-exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/data/umath-validation-set-exp b/numpy/core/tests/data/umath-validation-set-exp index 58bba300e..cb6bbeb18 100644 --- a/numpy/core/tests/data/umath-validation-set-exp +++ b/numpy/core/tests/data/umath-validation-set-exp @@ -173,7 +173,7 @@ np.float64,0xc0875f1140000000, 0x0000000000000000,1 np.float64,0xc093480000000000, 0x0000000000000000,1 np.float64,0xffefffffffffffff, 0x0000000000000000,1 np.float64,0xc7efffffe0000000, 0x0000000000000000,1 -#between −745.13321910 and 709.78271289 +#between -745.13321910 and 709.78271289 np.float64,0xbff760cd14774bd9, 0x3fcdb14ced00ceb6,1 np.float64,0xbff760cd20000000, 0x3fcdb14cd7993879,1 np.float64,0xbff760cd00000000, 0x3fcdb14d12fbd264,1 |