On Wed, Jul 12, 2023 at 2:53 AM Riccardo (Jack) Lucchetti
<p002264(a)staff.univpm.it> wrote:
On Wed, 12 Jul 2023, Artur T. wrote:
> Hi,
>
> Given Allin's announcement that a new version will be released soon, I ran
> the test scripts.
>
> 1. For the following script the assertion failed on the latest git-version:
>
>
https://sourceforge.net/p/gretl/workspace/ci/master/tree/tests/test_scrip...
>
> I am pretty sure that I've never seen it failing before.
It's the "sumc" function, which fails for complex arguments. [...]
Indeed. This was due to a long-standing error in
gretl_cmatrix_vector_stat() -- a typo, basically. That's now fixed in
git.
Allin