Hi Johannes,
Just a note. We run the test suite in parallel. Since
conditional_forecast saves its output to a file
"conditional_forecast.mat", this poses a problem for checking the values
in this file when there are more than one .mod file in a directory that
call conditional_forecast as the .mat file can be overwritten. Thus the
test suite said that there was a problem with
conditional_forecasts/fs2000_conditional_forecast_initval.mod when there
wasn't.
For now, I have fixed this by moving each of these .mod files to its own
directory.
This problem could also be fixed by saving "conditional_forecasts.mat"
to <<modfilebasename>>/conditional_forecats.mat or
<<modfilebasename>>_conditional_forecasts.mat. I did not make this
change as I felt it would require a discussion on the list.
In any case, please keep this in mind for future tests that you may add
to the test suite.
Best,
Houtan