Skip to content

Could verify use either float_rounding or numeric_precision and not both? #21

Description

@gsganden

float_rounding and numeric_precision do almost the same thing in verify, and having both is potentially confusing. For instance, verify(parse("0.0000001"), parse("0.0000002"), numeric_precision=99999) comes out True because float_rounding is 6 by default.

Could we get rid of float_rounding and just relying on numeric_precision? Would you like me to submit a PR that makes this change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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