Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Measurement ratio filter....need to check for 'divide by zero' error #47

Open
pbr6cornell opened this issue Oct 5, 2015 · 0 comments
Open
Labels

Comments

@pbr6cornell
Copy link
Contributor

the measurement ratio filters (low range ratio and high range ratio) do not check for if the range value > 0, so can hit divide-by-zero errors. Need to perfrorm error check so query doesn't fail.

Work-around for the time-being: I added extra criteria that requires value_as_number > 0 and high_range > 0.

@pbr6cornell pbr6cornell added the bug label Oct 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant