瀏覽代碼

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()))"