Skip to content

Commit

Permalink
revert local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Dec 11, 2024
1 parent 9e2ef74 commit 6a18d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cellxgene-schema-cli

services:
memtest:
platform: linux/amd64
build:
context: .
dockerfile: ./scripts/memtest/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion scripts/memtest/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from cellxgene_schema.validate import validate

H5AD_FILE = "/memtest/data/slow_cxg.h5ad"
H5AD_FILE = "/data/dataset_34gb_unlabeled.h5ad"


if __name__ == "__main__":
Expand Down

0 comments on commit 6a18d94

Please sign in to comment.