From add0292a1fa2df12f2a95ec2371f8b956d19bd7e Mon Sep 17 00:00:00 2001 From: Dong555 <65973006+Dong555@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:11:14 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7cd9bf4..46bdfa5 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ Get Started with Example .. code:: python - results = sp.infer.susie_pca(X, z_dim = 4, l_dim = 40, center = False, init = "pca", max_iter=200) + results = sp.infer.susie_pca(X, z_dim = 4, l_dim = 40, max_iter=200) The returned "results" contain 5 different objects: