Skip to content

Commit

Permalink
change lik='nb'
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Oct 20, 2023
1 parent 2116788 commit d76df0f
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)
fit = process_multiSample.ini_multiSample(D, n_loadings, "nb")

# step 2 fit model

Expand Down

0 comments on commit d76df0f

Please sign in to comment.