Skip to content

Commit 7dd3fa7

Browse files
committed
Fix read/write ndarray
1 parent 865174c commit 7dd3fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PtsForFit.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def fit_pca(self):
132132
self.pca_vecs.append(vec)
133133
self.pca_vals.append(val)
134134

135+
self.pca_vecs = np.array(self.pca_vecs)
135136
self.pca_err = self.score_pca()
136137
return self.pca_err
137138

0 commit comments

Comments
 (0)