test-python.sh 95 B

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