gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

Octave 7.1: subsref doctest fails #1112

Closed cbm755 closed 2 years ago

cbm755 commented 2 years ago
@sym/subsref ......................................... FAIL    1/4   

   >> A.flat

      expected:    Matrix([[10, 11, 12]])

      got     : ??? subsref: function called with too many outputs

This might indicate some deeper bug.

cbm755 commented 2 years ago

See here, seems we should just varagout this function.

https://sourceforge.net/p/octave/interval/ci/d3d6819e990eba8bf6363bc9f2d3d2cc78dcff03/

https://savannah.gnu.org/bugs/?func=detailitem&item_id=61898

cbm755 commented 2 years ago

Fixed by #1113.