Skip to content

Commit

Permalink
debug output for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Feb 14, 2025
1 parent 06099d6 commit d2b63c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/squidpy/datasets/_10x_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,5 @@ def visium_hne_sdata(filename: Path | str | None = None) -> SpatialData:
logg.error(f"Failed to download or extract dataset: {e}")
raise

print(filename, extracted_path)
return sd.read_zarr(extracted_path)

0 comments on commit d2b63c2

Please sign in to comment.