Small CMake fix needed to get make convergence to run. I think the numpy/matplotlib check was actually failing before due to a misnamed variable, but it looked like it was passing because the MATPLOTLIB_FOUND check was accepting a return code of 1 as a "pass".
The original error was: /bin/sh: plot_convergence.py: command not found.
Small CMake fix needed to get
make convergence
to run. I think the numpy/matplotlib check was actually failing before due to a misnamed variable, but it looked like it was passing because theMATPLOTLIB_FOUND
check was accepting a return code of 1 as a "pass".The original error was:
/bin/sh: plot_convergence.py: command not found
.