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 14, 2024
1 parent b645386 commit ce33576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_small_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ def run(

# Save factors - with fix for index bounds
factors = inpf12["factors"][:, :n_loadings]

print("factors.shape")
print(factors.shape)

list_sampleID = process_multiSample.get_listSampleID(D)

for k in range(n_sample):
Expand Down

0 comments on commit ce33576

Please sign in to comment.