On Wed, July 5, 2006 23:36, James Wells wrote:
Hooray for the QLR test recently added. There is a small cosmetic
bug. If
I run a regression, then do a QLR test, then do some other test, the model
window doesn't have a break between the QLR and the next test. For
example:
...
If you can compile from source, you need to apply the following one-line patch:
Index: lib/src/gretl_model.c
===================================================================
RCS file: /cvsroot/gretl/gretl/lib/src/gretl_model.c,v
retrieving revision 1.146
diff -u -w -r1.146 gretl_model.c
--- lib/src/gretl_model.c 3 Jul 2006 20:19:45 -0000 1.146
+++ lib/src/gretl_model.c 6 Jul 2006 08:21:29 -0000
@@ -2459,7 +2459,7 @@
if (plain_format(prn)) {
sprintf(buf, _("%g percent critical value"), a);
- pprintf(prn, " (%s = %g)", buf, test->crit);
+ pprintf(prn, " (%s = %g)\n\n", buf, test->crit);
} else if (tex_format(prn)) {
sprintf(buf, I_("%g percent critical value"), a);
pprintf(prn, "\\quad (%s = %g)\\\\\n", buf, test->crit);
Otherwise, all you can do is wait until Allin fixes it and a new windows
snapshot is out.
While we're at it, release of 1.6.0 is imminent. User-visible changes are
quite a few, but most importantly, there's been a big effort to restructure
things internally. If you guys could stress-test the windows snapshot and/or
your own home-compiled CVS version, that would be a big help.
Riccardo "Jack" Lucchetti
Dipartimento di Economia
FacoltĂ di Economia "G. FuĂ "
Ancona