Skip to content

Commit 4e18de6

Browse files
committed
removed unused line
1 parent 2c802e1 commit 4e18de6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spatialdata_io/readers/xenium.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ def _poly(arr: ArrayLike) -> Polygon:
385385
assert len(idx) == len(geo_df)
386386
assert np.unique(geo_df.index).size == len(geo_df)
387387
assert index.equals(idx)
388-
# assert np.array_equal(index.to_numpy(), idx.to_numpy())
389388
geo_df.index = idx
390389
else:
391390
geo_df.index = index

0 commit comments

Comments
 (0)