pez-globo / pufferfish-software

All software for the Pufferfish ventilator.
Apache License 2.0
0 stars 1 forks source link

`Util::within` and `Util::clamp` should sanitize invalid inputs #380

Closed ethanjli closed 3 years ago

ethanjli commented 3 years ago

Currently, these functions behave weirdly/unintuitively when floor > ceil. When this condition is true of the input parameters, we should just swap floor and ceil to give a more useful result.