Skip to content

Commit

Permalink
Update test_small_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Oct 9, 2024
1 parent 6b71fcc commit b00b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_small_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _run(
D[ksample]["Z"] = D_tmp["X"][random.sample(range(0, D_tmp["X"].shape[0] - 1), ninduced), :]

# step 1 initialize model
fit = process_multiSample.ini_multiSample(D, n_loadings, "nb")
fit = process_multiSample.ini_multiSample(D, n_loadings, "nb", chol=False)

# step 2 fit model

Expand Down

0 comments on commit b00b9eb

Please sign in to comment.