Skip to content

Intersection behaviour for points #56

Description

@mschauer

I am a bit confused about the following:

julia> collect(intersect(xs, 1))
IntervalValue{Int64, String}[]

julia> collect(intersect(xs, (1,1)))
1-element Vector{IntervalValue{Int64, String}}:
 IntervalValue{Int64, String}
(1,100) => Low

Shouldn't the result be the same?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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