Delete mode-file option after completing estimation

Prevents the recursive estimation from altering the option and closes #378
time-shift
Johannes Pfeifer 2015-07-23 16:52:21 +02:00
parent d82524ad1d
commit 7f0318856a
1 changed files with 1 additions and 0 deletions

View File

@ -199,3 +199,4 @@ if nnobs > 1 && horizon > 0
end
end
end
options_.mode_file = ''; %delete stored mode-file so that it is not reaccessed in later calls (and in case it was only set by the recursive estimation)