Skip to content

Commit 284fff8

Browse files
committed
fix script again
1 parent 06b44c9 commit 284fff8

File tree

1 file changed

+1
-1
lines changed
  • src/datasets/loaders/allen_brain_cell_atlas

1 file changed

+1
-1
lines changed

src/datasets/loaders/allen_brain_cell_atlas/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
]
8787

8888
adatas = []
89-
for region, file_name in abca_region_files:
89+
for file_name, region in abca_region_files:
9090
try:
9191
print(f"Downloading file {file_name} for region {region}", flush=True)
9292
adata_path = abc_cache.get_data_path(

0 commit comments

Comments
 (0)