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

cosmetics

parent 41d3585e
No related branches found
No related tags found
1 merge request!215Energy tests
......@@ -28,5 +28,5 @@ def NonlinearPowerCurvature(tau, ht, Instrument, nonlinearity, Projection, N,
Instrument, nonlinearity, ht, Projection, tau, xi_sample)
op = LinearizedResponse.adjoint*N.inverse*LinearizedResponse
result = op if result is None else result + op
result = result * (1./len(xi_sample_list)) + T
result = result*(1./len(xi_sample_list)) + T
return InversionEnabler(result, inverter)
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