Skip to content

Commit be6eca3

Browse files
committed
swap axes for tx no longer needed
1 parent d75db96 commit be6eca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_io/_constants/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class G4XKeys(ModeEnum):
425425
TRANSCRIPTS_COORD_X = "x_pixel_coordinate"
426426
TRANSCRIPTS_COORD_Y = "y_pixel_coordinate"
427427
TRANSCRIPTS_FEATURE_KEY = "gene_name"
428-
TRANSCRIPTS_SWAP_XY = True
428+
TRANSCRIPTS_SWAP_XY = False
429429

430430
# Tables
431431
TABLES_DIR = "single_cell_data"

0 commit comments

Comments
 (0)