소스 검색

Ajout de 'example/test-python.sh'

Jean-Michel Batto 2 주 전
부모
커밋
d3672ee02a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      example/test-python.sh

+ 2 - 0
example/test-python.sh

@@ -0,0 +1,2 @@
+!/bin/sh
+python3 -c "import h5py; f=h5py.File('flower_00000001.h5','r'); print(list(f.keys()))"