Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong555 authored Jan 13, 2024
1 parent a89199d commit add0292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit add0292

Please sign in to comment.