NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Bug fix for clampedIntegrate #1483

Closed DavidLegg closed 5 months ago

DavidLegg commented 5 months ago

Description

There was a sign error in the definition of the overflow and underflow slack variables for clampedIntegrate.

This caused the meaning of "overflow" and "underflow" to be reversed.

Verification

Verified manually while debugging the simplified CADRE data model, which makes use of overflow and underflow rates.

Documentation

N/A - bug fix

Future work

N/A