Skip to content

Commit f691b46

Browse files
author
John Halloran
committed
style: fix indentation on docstrings
1 parent 38370ec commit f691b46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffpy/snmf/snmf_class.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ class SNMFOptimizer:
2929
The best guess (or while running, the current guess) for the matrix of
3030
component weights.
3131
rho : float
32-
The stretching factor that influences the decomposition. Zero corresponds to no
33-
stretching present. Relatively insensitive and typically adjusted in powers of 10.
32+
The stretching factor that influences the decomposition. Zero corresponds to no
33+
stretching present. Relatively insensitive and typically adjusted in powers of 10.
3434
eta : float
3535
The sparsity factor that influences the decomposition. Should be set to zero for
3636
non-sparse data such as PDF. Can be used to improve results for sparse data such
3737
as XRD, but due to instability, should be used only after first selecting the
3838
best value for rho. Suggested adjustment is by powers of 2.
3939
max_iter : int
40-
The maximum number of times to update each of stretch, components, and weights before stopping
41-
the optimization.
40+
The maximum number of times to update each of stretch, components, and weights before stopping
41+
the optimization.
4242
tol : float
4343
The convergence threshold. This is the minimum fractional improvement in the
4444
objective function to allow without terminating the optimization. Note that

0 commit comments

Comments
 (0)