From b7529392426645885b98dc0f5434a9947bbe457b Mon Sep 17 00:00:00 2001 From: Yi Wang <37149810+yiwang12@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:19:09 +0100 Subject: [PATCH] Update test_small_run.py --- tests/test_small_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_small_run.py b/tests/test_small_run.py index c56ae23..593c46e 100644 --- a/tests/test_small_run.py +++ b/tests/test_small_run.py @@ -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, get_listX_chunked(X,list_nchunk), S=2, lda_mode=False) + inpf12 = process_multiSample.interpret_npf_v3(fit, X, list_nchunk, S=2, lda_mode=False) ( pd.DataFrame( inpf12["loadings"] * inpf12["totalsW"][:, None],