예제 #1
0
파일: test_dask.py 프로젝트: jjhelmus/xray
 def test_ufuncs(self):
     u = self.eager_array
     v = self.lazy_array
     self.assertLazyAndAllClose(np.sin(u), xu.sin(v))
예제 #2
0
파일: test_dask.py 프로젝트: markelg/xray
 def test_ufuncs(self):
     u = self.eager_array
     v = self.lazy_array
     self.assertLazyAndAllClose(np.sin(u), xu.sin(v))