We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59cc70 commit 98db94cCopy full SHA for 98db94c
src/diffpy/snmf/snmf_class.py
@@ -702,7 +702,7 @@ def cubic_largest_real_root(p, q):
702
return y
703
704
705
-def reconstruct_matrix(components=None, weights=None, stretch=None):
+def reconstruct_matrix(components, weights, stretch):
706
"""
707
Construct the approximation of the source matrix corresponding to the
708
given components, weights, and stretch factors.
0 commit comments