Pārlūkot izejas kodu

Ajout de 'example/test-python.sh'

Jean-Michel Batto 2 nedēļas atpakaļ
vecāks
revīzija
d3672ee02a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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()))"