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

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

[Octave-bug-tracker] [bug #37554] PaperPositionMode = 'auto' is ignored


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #37554] PaperPositionMode = 'auto' is ignored for printing
Date: Fri, 23 May 2014 12:16:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #31, bug #37554 (project octave):

The new test almost works: (maybe just allow a small tolerance?)

   ## back to manual mode
   set (hf, "paperposition", pos+eps)
   assert (get (hf, "paperpositionmode"), "manual")
   assert (get (hf, "paperposition"), pos + eps)
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (get (hf, "paperposition"),pos)

  Location  |  Observed  |  Expected  |  Reason
    (2)          7.62         7.62       Abs err 8.8818e-16 exceeds tol 0
    (4)          12.7         12.7       Abs err 1.7764e-15 exceeds tol 0


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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