We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348a6c8 commit 1b4bb60Copy full SHA for 1b4bb60
math/scipy/src/ScipyMinimizer.cxx
@@ -309,6 +309,7 @@ bool ScipyMinimizer::Minimize()
309
std::cout << "=== Status: " << status << std::endl;
310
std::cout << "=== Message: " << message << std::endl;
311
std::cout << "=== Function calls: " << nfev << std::endl;
312
+ if(success) fStatus=0;
313
return success;
314
}
315
0 commit comments