Skip to content

Commit 8613ea0

Browse files
john-halloranJohn Halloran
and
John Halloran
authored
Loop cleanup and scikit-learn style parameters (#146)
* Cleaned up looping behavior and aligned some params with scikit-learn. * Combined quadratic solvers --------- Co-authored-by: John Halloran <[email protected]>
1 parent 156511e commit 8613ea0

File tree

2 files changed

+123
-186
lines changed

2 files changed

+123
-186
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)