We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c802e1 commit 4e18de6Copy full SHA for 4e18de6
src/spatialdata_io/readers/xenium.py
@@ -385,7 +385,6 @@ def _poly(arr: ArrayLike) -> Polygon:
385
assert len(idx) == len(geo_df)
386
assert np.unique(geo_df.index).size == len(geo_df)
387
assert index.equals(idx)
388
- # assert np.array_equal(index.to_numpy(), idx.to_numpy())
389
geo_df.index = idx
390
else:
391
geo_df.index = index
0 commit comments