Skip to content

Commit

Permalink
chore(test): add pre batch key condscvi save (#2629)
Browse files Browse the repository at this point in the history
adds a basic `CondSCVI` save file for backwards compatibility testing in
#2626. generated as follows:
```
adata = synthetic_iid()
CondSCVI.setup_anndata(adata, "labels")
model = CondSCVI(adata)
model.train(max_epochs=1)
model.save(".../tests/test_data/condscvi_pre_batch")
```
  • Loading branch information
martinkim0 committed Mar 25, 2024
1 parent 59cf360 commit 6bdf1ec
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added tests/test_data/condscvi_pre_batch/model.pt
Binary file not shown.

0 comments on commit 6bdf1ec

Please sign in to comment.