Skip to content

Commit 9a6ab70

Browse files
committed
Update README.md
1 parent 10c9760 commit 9a6ab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from pyrpca import rpca_pcp_ialm
1111
data = ...
1212

1313
# decide on sparsity factor.
14-
# this parameter is also commonly known as `lambda`.
14+
# this parameter is also commonly known as 'lambda'.
1515
sparsity_factor = 1.0 / numpy.sqrt(max(data.shape))
1616

1717
# run the ialm algorithm.

0 commit comments

Comments
 (0)