Skip to content

rrule_test requires returned composite objects to be collectable #74

Closed
@Kolaru

Description

@Kolaru

rrule_test use collect to get the field of composite objects, but it is not always possible, as for e.g. qr

F = qr(randn(5, 5))
Q, R = F  # Valid since F is iterable
collect(F)  # Errors since length is not defined on LinearAlgebra.QRCompactWY

Using [y...] instead of collect(y) should do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions