Skip to content

Commit ba0648a

Browse files
author
John Halloran
committed
Cleaned up looping behavior and aligned some params with scikit-learn.
1 parent 156511e commit ba0648a

File tree

2 files changed

+167
-180
lines changed

2 files changed

+167
-180
lines changed

src/diffpy/snmf/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
print("Initial Guess (Y0):\n", df_Y0, "\n")
2222
"""
2323

24+
2425
my_model = snmf_class.SNMFOptimizer(MM=MM, Y0=Y0, X0=X0, A=A0, components=2)
2526
print("Done")
2627
# print(f"My final guess for X: {my_model.X}")

0 commit comments

Comments
 (0)