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

Fix formatting in IntervalQueryParam class #223

Closed
andamian opened this issue Apr 21, 2020 · 0 comments
Closed

Fix formatting in IntervalQueryParam class #223

andamian opened this issue Apr 21, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@andamian
Copy link
Contributor

Couple of issues with the formatter:

  • it doesn't handle correctly the (low, high)*unit case
  • it returns an error if the interval low>end. However some units conversions (spectral for example) might result in invalid intervals. The fix is to check the interval only for default units and autocorrect the other cases.
@andamian andamian added the bug label Apr 21, 2020
@andamian andamian added this to the v1.1 milestone Apr 21, 2020
@andamian andamian self-assigned this Apr 21, 2020
@andamian andamian closed this as completed May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant