From 3664dc18b34987731c1ef2f4e7b9cb2c32551f40 Mon Sep 17 00:00:00 2001 From: Nattapon Jaroenchai <b_nj18@live.com> Date: Wed, 25 Oct 2023 16:26:10 -0500 Subject: [PATCH] Update test_h5image.py --- test_h5image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_h5image.py b/test_h5image.py index 4991737..67b7166 100644 --- a/test_h5image.py +++ b/test_h5image.py @@ -14,7 +14,7 @@ print(map, len(layers)) patches = h5_image.get_patches(map, False) -print(len(patches)) +print(patches[0]) sorted_patches = {k: v for k, v in sorted(patches.items(), key=lambda item: len(item[1]), reverse=True)} loc, loc_layers = next(iter(sorted_patches.items())) row = int(loc.split("_")[0]) -- GitLab