Skip to content
Snippets Groups Projects
Commit bda43cda authored by Nattapon Jaroenchai's avatar Nattapon Jaroenchai
Browse files

Update test_h5image.py

parent 11da178e
Branches additional_input
No related tags found
1 merge request!1updated main for release
Checking pipeline status
......@@ -7,11 +7,11 @@ import random
h5_image = H5Image('/projects/bbym/shared/data/commonPatchData/256/AZ_Tucson.hdf5', mode='r')
maps = h5_image.get_maps()
print(maps)
print(len(maps))
print(len(maps), maps)
map = random.choice(maps)
layers = h5_image.get_layers(map)
# print(map, len(layers))
print(layers, len(layers))
patches_f = h5_image.get_patches(map, False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment