osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

Bugfix/water quality graphs #647

Closed baileysingleton closed 6 years ago

baileysingleton commented 6 years ago

fixes issue #643

Changes in this PR.

Testing this PR.

  1. Load up a site with one data point
  2. Or, go to a site with no data point, and add a point
  3. See that it graphs just one point
  4. Fixed "Permanently" misspelling

Expected Output.

$ make test
[... test output ...]

@osuosl/devs

jerry-peng commented 6 years ago

The detail of this issue is commented in #495 The problem is the outlier function can filter out all data even with 5 data sets. We might need to either modify the function so it is error-proof, or we take it out.

jerry-peng commented 6 years ago

PR is included in the latest water quality graph fix PR #657 . Closing this PR.