The any() function is needed in line 24 -> solveTridiagonalMatrixEquations.m file to let the model run. The change I did is (if any(isnan(SAVEhh)) == 1 || any(~isreal(SAVEhh)))
However, since I am a new user of the model, I don't know if that change will give the same or different results from the main code.
Checklist
[x] Add a reference to related issues.
[x] @mentions of the person or team responsible for reviewing proposed changes.
The model gave the error below
Description
The any() function is needed in line 24 -> solveTridiagonalMatrixEquations.m file to let the model run. The change I did is (if any(isnan(SAVEhh)) == 1 || any(~isreal(SAVEhh))) However, since I am a new user of the model, I don't know if that change will give the same or different results from the main code.
Checklist
Unreleased
.