Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert expected for comparisons #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Convert expected values to float before comparison

    This converts the expected values to a float before a `<` and `>`
    comparison to prevent potential issues around the parsing of integer
    values as strings when loading the YAML files. This is particularly of
    issue with flat million numbers which are persisted in YAML as 6e+06
    which is treated as a string when the YAML is parsed.
    bnbry committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    94c19d7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.6.0

    bnbry committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c3d1af9 View commit details
    Browse the repository at this point in the history