Skip to content

Commit

Permalink
test for callback fix, still need to find case it fails and shows the…
Browse files Browse the repository at this point in the history
… callback save
  • Loading branch information
ori-kron-wis committed Jan 30, 2025
1 parent 22951d1 commit 1279d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/train/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_exception_callback():
scvi.settings.seed = 0

# we still need to find a proper wat to simualte an adata that fail qucikly during training
adata = synthetic_iid(n_genes=1000, batch_size=2)
adata = synthetic_iid()
# change the adata to have Nan inside
# adata.X = adata.X.astype(float)
# adata.X[0,:] = 0
Expand Down

0 comments on commit 1279d0d

Please sign in to comment.