Skip to content

Commit 82ae316

Browse files
committed
trigger ci
1 parent 894b742 commit 82ae316

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fractal_tasks_core/upscale_array.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def upscale_array(
4545
The upscaled array, with shape `target_shape`.
4646
"""
4747

48+
print("test")
49+
4850
# Default behavior: use all axis
4951
if axis is None:
5052
axis = list(range(len(target_shape)))

0 commit comments

Comments
 (0)