squidpy icon indicating copy to clipboard operation
squidpy copied to clipboard

`make_tiles` doesn't copy transformations from the image it took as input

Open timtreis opened this issue 3 months ago • 1 comments

Report

Image

Versions

v1.7.0

timtreis avatar Dec 08 '25 11:12 timtreis

Can be hotfixed with

t = get_transformation(sdata["hne"]["scale0"].image)
set_transformation(sdata_right["hne_tiles"], t)

timtreis avatar Dec 08 '25 13:12 timtreis