On Fri, 12 Mar 2010, yinung at Gmail wrote:
I have a mydata1.gdt and a script named test.inp as attached. After
I
re-run the script, a strange result in the icon view occurs. That is,
there are two model1, model2, model2, ... and so on. If I re-run the
script again. these icons of models will be replicated accumulatively,
though every individual icon works normally if you click on it. (the
screenshot of the icon view is also attached)
Is there anything wrong with my script? Or, is this a minor bug?
It's a bug, and it'll be fixed shortly. However, there is an easy
workaround. I recommend that when you construct a script of this
sort you always start by opening the dataset:
open mydata1.gdt
That clears out gretl's workspace.
Additionally, after that, I am not allowed to delete any variables.
An
error says "Cannot delete xxx: variable is in use.
That's correct, not a bug. You have saved models that use those
variables. If you were able to delete them it would undermine the
saved models, disabling several items on the model Tests menu.
Allin