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

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

[Octave-task-tracker] [task #11208] tests wanted


From: John W. Eaton
Subject: [Octave-task-tracker] [task #11208] tests wanted
Date: Mon, 20 Jun 2011 18:32:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110430 Iceweasel/3.5.19 (like Firefox/3.5.19)

URL:
  <http://savannah.gnu.org/task/?11208>

                 Summary: tests wanted
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Mon 20 Jun 2011 06:32:54 PM GMT
         Should Start On: Mon 20 Jun 2011 12:00:00 AM GMT
   Should be Finished on: Wed 20 Jun 2012 12:00:00 AM GMT
                Category: Wish
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
           Fixed Release: None
         Planned Release: None

    _______________________________________________________

Details:

We need tests to ensure that the type of a logical sparse matrix is preseved
on assignments like


s = sparse (false (10, 10));
s(1) = 1


We also need tests for assignments like


s = sparse (false (10, 10));
s(1) = []
s(1) = ''
s(1) = ""


If there aren't tests for these kinds of operations for full matrices, then we
need those too.

See the following bug report for more details:

https://savannah.gnu.org/bugs/?33601




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?11208>

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




reply via email to

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