summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tuning/libtuning/image.py')
-rw-r--r--utils/tuning/libtuning/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tuning/libtuning/image.py b/utils/tuning/libtuning/image.py
index c8911a0f..ecd334bd 100644
--- a/utils/tuning/libtuning/image.py
+++ b/utils/tuning/libtuning/image.py
@@ -135,6 +135,6 @@ class Image:
all_patches.append(ch_patches)
- self.patches = all_patches
+ self.patches = np.array(all_patches)
return not saturated