Allow user to filter by high/low limit #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In interface, e.g., period of time where T is above 75 degF, or below 59 degF during the selected period.
So this is going to be more complicated due to the non-instantaneous nature of cooling:
Should look for the monotonically increasing segments all above a certain threshold.
Some ideas: https://stackoverflow.com/questions/33402355/finding-groups-of-increasing-numbers-in-a-list
Went with https://stackoverflow.com/a/20614650/2152245.