Skip to content

Commit c513f94

Browse files
committed
remove printing stats
1 parent f800b49 commit c513f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ end
670670
constrain_init=false,
671671
maxiter=2,
672672
constraints=[l2normalize_cols!, l2normalize_cols!, noconstraint],#nonnegative!,
673-
stats=[Iteration, ObjectiveValue, GradientNorm, RelativeError, PrintStats,DisplayDecomposition]
673+
stats=[Iteration, ObjectiveValue, GradientNorm, RelativeError, ] # PrintStats,DisplayDecomposition
674674
);
675675

676676
# Semi-interesting run of CPDecomposition

0 commit comments

Comments
 (0)