Skip to content

Commit d516eb7

Browse files
author
Michael McLeod
committed
Fix the PD algo factory
1 parent 5d1097e commit d516eb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/purify/algorithm_factory.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ primaldual_factory(
273273
.Phi(*measurements)
274274
.tau(0.5 / (measurements->sq_norm() + 1))
275275
.xi(1.)
276-
.nu(op_norm * op_norm)
277276
.sigma(1.);
278277
#ifdef PURIFY_MPI
279278
ConvergenceType obj_conv = ConvergenceType::mpi_global;

0 commit comments

Comments
 (0)