Skip to content

Transf seems to have dynamic degree #2

@james-d-mitchell

Description

@james-d-mitchell

I get:

julia> x =  Semigroups.Transf([2, 1, 3, 4])
Transf([2, 1, 3, 4])

julia> y = Semigroups.Transf([1:256...])
<transformation of degree 256 and rank 256>

julia> y * x
<transformation of degree 256 and rank 256>

I think I'd expect an exception to be raised instead (but again probably requires some discussion).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bindingsRelated to C++ bindings code or C++ <-> Julia interaction

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions