Skip to content

Assigning single element array to a vector array is broken #924

@pavanky

Description

@pavanky

code to reproduce:

array a = randu(5);
array b = randu(1);
a(span) = b;

This code worked in 2.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions