octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48842] grid overwrites axis box when both are


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #48842] grid overwrites axis box when both are displayed
Date: Thu, 25 Aug 2016 15:22:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #48842 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #11:

According to doug on IRC, the cset 8f23b5b23235 is causing one of the tests to
fail. Me and jwe are also seeing this test failing.


***** testif HAVE_OPENGL, HAVE_OSMESA, HAVE_GL2PS_H
 if (isunix ())
   hf = figure ("visible", "off");
   fn = tempname ();
   unwind_protect
     plot (sin (0:0.1:2*pi));
     __osmesa_print__ (hf, fn, "svgis2d");
     assert (stat (fn).size, 7438, -0.1);
     img = __osmesa_print__ (hf);
     assert (size (img), [get(hf, "position")([4, 3]), 3]);
     ## Use pixel sum per RGB channel as fingerprint
     img_fp = squeeze (sum (sum (img), 2));
     assert (img_fp, [59281711; 59281711; 59482179], -0.05);
   unwind_protect_cleanup
     close (hf);
     unlink (fn);
   end_unwind_protect
 endif
!!!!! test failed
ASSERT errors for:  assert (stat (fn).size,7438,-0.1)

  Location  |  Observed  |  Expected  |  Reason
     ()          6324         7438       Rel err 0.14977 exceeds tol 0.1


I guess that since the figure has changed, the filesize has changed as well.
But is the expected file size that should be changed? I guess the test was not
failing for you so maybe it should be the precision on the file size?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48842>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]