On Thu, Jun 2, 2022 at 9:46 AM Ignacio Diaz-Emparanza
<ignacio.diaz-emparanza(a)ehu.eus> wrote:
I have installed gretl (from git) in a new PC (Ubuntu Linux 22.04), and I have installed
X13 from the link in main gretl webpage:
https://sourceforge.net/projects/gretl/files/x13as/x13as-linux-64.tar.gz
When I try to use it with some seasonal series, for example reskwh in data9-3.gdt, I
obtain an error:
Line 22: arima {model=(72 133 192)(15 132 213) ^ERROR: Maximum number of MA lags, 72
exceeded.
Thanks for the report, Ignacio. This appears to be fallout from some
changes we made to the deseas() function -- we failed to keep the GUI
code-path up to date with the revised scripting interface. It should
now be fixed in git, and snapshots should follow tomorrow.
Allin