bugGNU Octave - Bugs: bug #49564, Wrong type for 'JPattern' ode...

 
 

bug #49564: Wrong type for 'JPattern' ode option

Submitter:  Jacopo Corno <jcorno>
Submitted:  Wed 09 Nov 2016 08:30:09 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.0-rc3 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 10 Nov 2016 05:06:42 AM UTC, comment #2: 

I checked in the fix here (http://hg.savannah.gnu.org/hgweb/octave/rev/9506842e0f6f).  I also change MvPattern since it was incorrectly specifying a vector as well.  I fixed this on the development branch.

Rik <rik5>
Group administrator
Wed 09 Nov 2016 06:25:26 PM UTC, comment #1: 

Please have a look at bug #48289, I don't know enough about the context to say whether they are the same, but there is a patch supplied there waiting to be applied related to JPattern.

Mike Miller <mtmiller>
Group Member
Wed 09 Nov 2016 08:30:09 AM UTC, original submission:  

In the attributes structure generated by odedefaults for checking the validity of ode options we have


...
"JPattern", {{"vector"}},
...


which is wrong. JPattern can be a sparsity matrix or a cell array (for use in ode15i).

I suggest to change it with:


...
"JPattern", {{}},
...


Jacopo Corno <jcorno>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by jcorno
  • -email is unavailable- added by jcorno
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-10 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2016-11-09 jcorno Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code