Skip to content
Snippets Groups Projects
Commit acf0c025 authored by Christian Rheinbay's avatar Christian Rheinbay
Browse files

fix tests hopefully

parent e0357770
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,7 @@ public:
FWD.NonlinearEvaluation(iterateNonlinear, nonlinearEvaluation, subproblems[prob]);
FWD.CalculateDefect(dataObs, nonlinearEvaluation, defect, subproblems[prob]);
if (FWD.GetReconstructionType() == "AllAtOnce") { defect[0].getVectorsWrite().Clear(); }
regs[prob].AddResNorm(sqrt(FWD.ScalarProductL2(defect, defect)));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment