コード例 #1
0
ファイル: test_h5py.py プロジェクト: MoherX/odo
def test_chunks():
    with file(x) as (fn, f, dset):
        c = convert(chunks(np.ndarray), dset)
        assert eq(convert(np.ndarray, c), x)
コード例 #2
0
ファイル: test_h5py.py プロジェクト: pskyp/shareapplication
def test_chunks():
    with file(x) as (fn, f, dset):
        c = convert(chunks(np.ndarray), dset)
        assert eq(convert(np.ndarray, c), x)
コード例 #3
0
ファイル: test_h5py.py プロジェクト: MoherX/odo
def test_numpy():
    with file(x) as (fn, f, dset):
        assert eq(convert(np.ndarray, dset), x)
コード例 #4
0
ファイル: test_h5py.py プロジェクト: pskyp/shareapplication
def test_numpy():
    with file(x) as (fn, f, dset):
        assert eq(convert(np.ndarray, dset), x)