Skip to content

SWIG: correctly implement and test transparent views/copies of LALStringVector

Karl Wette requested to merge (removed):swig-lalstringvector-views into master

This patch series will allow LALStringVector types to be transparently converted to/from native Python/Octave arrays of strings: any function argument of type LALStringVector should accept a native Python sequence / Octave cell array of strings as input. This functionality has previously implemented for numeric arrays, e.g. REAL4Vector, but was not functioning correctly for string arrays.

Possibly of relevance to !480 (merged)

Merge request reports