Skip to content
Snippets Groups Projects
Commit c10334fd authored by Martin Reinecke's avatar Martin Reinecke
Browse files

fix

parent 00ab7c8c
No related branches found
No related tags found
1 merge request!236Fix draw sample
Pipeline #
......@@ -51,7 +51,7 @@ if __name__ == "__main__":
IC = ift.GradientNormController(name="inverter", iteration_limit=500,
tol_abs_gradnorm=0.1)
inverter = ift.ConjugateGradient(controller=IC)
D = (ift.SandwichOperator(R.adjoint,N.inverse) + Sh.inverse).inverse
D = (ift.SandwichOperator(R, N.inverse) + Sh.inverse).inverse
# MR FIXME: we can/should provide a preconditioner here as well!
D = ift.InversionEnabler(D, inverter)
m = D(j)
......
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