On Mon, 19 Oct 2015, oleg_komashko(a)ukr.net wrote:
Dear Allin,
In April I lost a nice set of simulations
not using nulldata
Now I made mmm = mnormal(4,4)
without any data and it was saved OK
It is difficult to say what is Paolo's last version:
last git, last release or last version on some Linux repo
> nulldata 50 # may be, the key moment
Hmm, I just ran a variant of my test script in
http://lists.wfu.edu/pipermail/gretl-users/2015-October/011242.html
This time I didn't use "nulldata" (and so didn't have a dataset in
place) but instead defined the y variable as a matrix:
matrix y = mnormal(50,1)
This didn't make a difference to the matrix-saving (which still worked
OK). Perhaps having or not having a dataset in place made a difference
at one time, though I don't remember that being reported as a bug.
Allin