Skip to content

Commit 0f4ffb7

Browse files
DavideDC95ndem0
authored andcommitted
Update reducedordermodel.py
1 parent 1d81ce9 commit 0f4ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ezyrb/reducedordermodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_error(self, test, norm=np.linalg.norm, relative=True):
191191
else:
192192
return np.mean(
193193
norm(predicted_test.snapshots_matrix - test.snapshots_matrix,
194-
axis=1)
194+
axis=1))
195195

196196
def kfold_cv_error(self, n_splits, *args, norm=np.linalg.norm, relative=True,
197197
**kwargs):

0 commit comments

Comments
 (0)