Pytave doesn't handle conversion of Octave array of strings

Bug #365423 reported by Andrea Spadaccini
2
Affects Status Importance Assigned to Milestone
Pytave
Won't Fix
Medium
Unassigned

Bug Description

In my Octave code I have an array like

   a = ['t'; 'a'; 't'];

Pytave returns me only the first row. I can change the data format, but it should be fixed. I hope to have time to dig into the source code and maybe help you.

I'd add a new test case that fails, however:

testequal(['a', 'b', 'c'])

Have a nice day,
Andrea

Changed in pytave:
assignee: nobody → individ
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
qwertitis (qwertitis-deactivatedaccount) wrote :

Thank you for your bug report. As there would be no intuitive way to construct two-dimensional strings in Python, I can't think of any reason to support such strings at all. Next version will throw a ValueConvertError when encountering returned two-dimensional strings. Cell arrays will be soon be supported, allowing you to several strings in one construct.

Changed in pytave:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.