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 51a8480 commit 48ba65b
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 @@ -53,7 +53,7 @@ def _run(
(output_dir / "list_fit_smallData.pkl").write_bytes(pickle.dumps(fit))

# step 3 save results
inpf12 = process_multiSample.interpret_npf_v3(fit, X, S=2, lda_mode=False)
inpf12 = process_multiSample.interpret_npf_v3(fit, get_listX_chunked(X,list_nchunk), S=2, lda_mode=False)
(
pd.DataFrame(
inpf12["loadings"] * inpf12["totalsW"][:, None],
Expand Down

0 comments on commit 48ba65b

Please sign in to comment.