Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jun 15, 2024
1 parent 0e145e7 commit b945bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ adata2 = "path/to/object2.h5ad"
# Build CellArrDataset
dataset = build_cellarrdataset(
output_path=tempdir,
h5ad_or_adata=[adata1, adata2],
files=[adata1, adata2],
matrix_dim_dtype=np.float32
)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ adata2 = "path/to/object2.h5ad"
# Build CellArrDataset
dataset = build_cellarrdataset(
output_path=tempdir,
h5ad_or_adata=[adata1, adata2],
files=[adata1, adata2],
matrix_dim_dtype=np.float32
)
```
Expand Down

0 comments on commit b945bc0

Please sign in to comment.