You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the above example results in the following sort of unintuitive error because Interval is not broadcastable.
Got exception outside of a @test
MethodError: no method matching iterate(::GenomicFeatures.Interval{Nothing})
Closest candidates are:iterate(!Matched::Core.SimpleVector) at essentials.jl:604iterate(!Matched::Core.SimpleVector, !Matched::Any) at essentials.jl:604iterate(!Matched::ExponentialBackOff) at error.jl:214
Expected Behavior
I have a use case where I would like to broadcast the
Interval
type. Below is a contrived example.Current Behavior
However, the above example results in the following sort of unintuitive error because
Interval
is not broadcastable.Possible Solution / Implementation
Defining the following solves the issue.
While it's possible to define this in my own local projects or elsewhere, I wonder if it would be a useful addition here?
The text was updated successfully, but these errors were encountered: