Skip to content

Commit

Permalink
for moba switch back to legacy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Oct 25, 2024
1 parent 7cded5c commit 07519ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moba/iter_l1.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static void inverse_fista(iter_op_data* _data, float alpha, float* dst, const fl
};

fista(maxiter, data->conf->c2->cgtol * alpha * eps, step,
false,
true,
ravine_classical,
data->size_x,
select_vecops(src),
Expand Down

0 comments on commit 07519ff

Please sign in to comment.