Skip to content

Commit add0292

Browse files
authored
Update README.rst
1 parent a89199d commit add0292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Get Started with Example
115115

116116
.. code:: python
117117
118-
results = sp.infer.susie_pca(X, z_dim = 4, l_dim = 40, center = False, init = "pca", max_iter=200)
118+
results = sp.infer.susie_pca(X, z_dim = 4, l_dim = 40, max_iter=200)
119119
120120
The returned "results" contain 5 different objects:
121121

0 commit comments

Comments
 (0)