Skip to content

@rsubset Float64 values without using tolerance #403

Open
@Jigyasu4indp

Description

@Jigyasu4indp

This code is working:

tolerance = 1e-4

zvalue = @chain dtd_new_5g begin
    @rsubset(abs(:latitude - 26.0846) < tolerance, abs(:longitude - 86.1236) < tolerance)
end

But how can I make it work without using tolerance and absolute values?"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions