Skip to content

Commit 758b2d8

Browse files
Update contourusv/main.py
Co-authored-by: Christian O'Reilly <[email protected]>
1 parent 7b2bcbf commit 758b2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contourusv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def use_NMF_Small(Sxx, num_splits=120, n_components=25):
101101
W = model.fit_transform(Sxx_part)
102102
H = model.components_
103103

104-
# Reconstruct an approximation the matrix segment
104+
# Reconstruct an approximation of the matrix segment
105105
reconstructed_Sxx_part = np.dot(W, H)
106106

107107
transformed_parts.append(reconstructed_Sxx_part)

0 commit comments

Comments
 (0)