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 f45b4bb commit bdfab77Copy full SHA for bdfab77
src/diffpy/snmf/main.py
@@ -1,5 +1,5 @@
1
import numpy as np
2
-import snmf_class
+from snmf_class import SNMFOptimizer
3
4
X0 = np.loadtxt("input/X0.txt", dtype=float)
5
MM = np.loadtxt("input/MM.txt", dtype=float)
0 commit comments