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

Adds tests quant parsing; Adds unbounded ranges #5

Merged
merged 2 commits into from
Jul 6, 2018
Merged

Commits on Jul 6, 2018

  1. Adds tests quant parsing; Adds unbounded ranges

    Previously it wasn't possible to make use of unbounded ranges in the
    CLI: --range 1 would be equivalent to --range 1,0.
    After this comming, such ranges are possible: --range 1 is equivalente
    to --range 1,math.MathFloat64.
    
    The commit also adds tests for the parsing method given that it's not
    trivial.
    Ciro S. Costa committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    1f94258 View commit details
    Browse the repository at this point in the history
  2. Applies negative value constraint to range parse

    Ciro S. Costa committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    fe04829 View commit details
    Browse the repository at this point in the history