Skip to content

[BUG] Broken operations: randn(r::GradedOneTo...), copy, adjoint, transpose, etc. #171

@mtfishman

Description

@mtfishman

Here's an issue to track basic operations that are broken.

Last confirmed in GradedArrays.jl v0.9.1:

julia> using GradedArrays: gradedrange

julia> r = gradedrange([U1(0) => 2, U1(1) => 3]);

julia> randn(r, dual(r)) # errors

julia> m = zeros(r, dual(r));

julia> copy(m) # errors

julia> transpose(m) # errors when printing

julia> copy(transpose(m)) # errors

julia> m' # errors when printing

julia> copy(m') # errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions