Hi,
I've experienced the following issue trying to augment a time-series
dataset within a function. Even though adding some observations
initially works, after restricting the sample and calling "smpl full"
again the additional observations get lost. This happens with latest git
on ubuntu:
<hansl>
open denmark.gdt -q
function void foo (series s)
eval $t2 # T=55
dataset addobs 10
eval $t2 # T=65
smpl 1974:2 1974:3
smpl full
eval $t2 # T=55
end function
foo(LRM)
</hansl>
Is this is really intended? If yo, why?
Best,
Artur