Skip to content

Commit

Permalink
fix fig 2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Mar 18, 2024
1 parent 98d3b0c commit 6945a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figure_2_iteration_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
BATCH_SIZE = 128


def write_data(adata: AnnData, path: Path):
def write_data(path: Path, adata: AnnData):
# %%
adata.write_h5ad(path / "adata_benchmark_sparse.h5ad")
adata.write_zarr(path / "adata_benchmark_sparse.zrad")
Expand Down

0 comments on commit 6945a38

Please sign in to comment.