Am 08.03.2016 um 20:40 schrieb Allin Cottrell:
On Tue, 8 Mar 2016, Sven Schreiber wrote:
>
> Any ideas for workarounds, further things to try and test?
Perhaps you could give us an idea of how to modify the following test
script (from which I cannot provoke an error) so that it's closer to
your actual case.
<hansl>
nulldata 50000
setobs 5 1:1 --stacked-time-series
series tul2an = normal()
series tucpn = normal()
tul2an = uniform() < 0.2 ? NA : tul2an
tucpn = uniform() < 0.3 ? NA : tucpn
series tully = tul2an - tucpn
</hansl>
No error with this here, either. I'll try more stuff and report back.
thanks,
sven