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

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

[Octave-bug-tracker] [bug #48272] unable to set a colormap named list by


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #48272] unable to set a colormap named list by name
Date: Sat, 25 Jun 2016 14:19:12 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48272 (project octave):

                  Status:                   Fixed => In Progress            

    _______________________________________________________

Follow-up Comment #11:

Also, make check gives


>>>>> processing colormaps.tst
***** test
 hf = figure ("visible", "off");
 unwind_protect
   all_colormaps = colormap ("list");

   assert (numel (all_colormaps) > 0);

   for i = 1:numel (all_colormaps)
     f = str2func (all_colormaps{i});

     assert (iscolormap (f (1)));
     assert (iscolormap (f (12)));
     assert (iscolormap (f (200)));

     ## bug #44070
     assert (class (f (uint8 (12))), "double");
     assert (iscolormap (f (uint8 (12))));

     assert (f (0), zeros (0, 3));
   endfor
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
value on right hand side of assignment is undefined


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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