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 Nov 12, 2024
1 parent 0c94ea0 commit 7323dd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_small_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ def _run(
ninduced = round(list_D_chunked[ksample]["X"].shape[0] * 0.35)
D_tmp = list_D_chunked[ksample]
list_D_chunked[ksample]["Z"] = D_tmp["X"][random.sample(range(0, D_tmp["X"].shape[0] - 1), ninduced), :]


print("len(list_D_chunked)")
print(len(list_D_chunked))

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

Expand Down

0 comments on commit 7323dd0

Please sign in to comment.