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

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

[Octave-bug-tracker] [bug #61627] [octave forge] (statistics): dendrogra


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #61627] [octave forge] (statistics): dendrogram test displays figure window even with visibility off
Date: Mon, 6 Dec 2021 09:53:21 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?61627>

                 Summary: [octave forge] (statistics): dendrogram test
displays figure window even with visibility off
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Mon 06 Dec 2021 09:53:20 AM EST
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

noticed in the recent statistics package release (1.4.3) that when running the
test suite dendrogram flashes a figure window.  this was suppressed in other
functions by capturing the DefaultFigureVisible setting, turning it off before
the test, then restoring the original value after the test. the following
test, however, displays despite this being done:


##%!test
%! set (0, "DefaultFigureVisible", "off");
%! fail ('dendrogram ([1 2 1], "Orientation", "north")', "invalid orientation
.*")
%! set (0, "DefaultFigureVisible", visibility_setting);


is it something about the Orientation setting call that causes the figure
window to popup? Is there a better way to suppress figure display during
tests? 




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61627>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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