-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bindingsRelated to C++ bindings code or C++ <-> Julia interactionRelated to C++ bindings code or C++ <-> Julia interaction
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bindingsRelated to C++ bindings code or C++ <-> Julia interactionRelated to C++ bindings code or C++ <-> Julia interaction