Skip to content
Snippets Groups Projects
Commit 5a94873d authored by Philipp Arras's avatar Philipp Arras
Browse files

fixup! Do not print internal output of NewtonCG always

parent a0327b0f
No related branches found
No related tags found
2 merge requests!349Fix mpi,!333Operator spectra
Pipeline #52648 failed
......@@ -166,6 +166,7 @@ class NewtonCG(DescentMinimizer):
super(NewtonCG, self).__init__(controller=controller,
line_searcher=line_searcher)
self._napprox = napprox
self._name = name
def get_descent_direction(self, energy, f_k_minus_1):
if f_k_minus_1 is None:
......
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