You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added sample_filter_outputs utility and accompanying simple tests (#526)
* added sample_filter_outputs utility and accompanying simple tests
Rebased from upstream
* 1. removed modelcontext call that is not needed
2. Added handle for when filter_output param is passed in as a str
3. removed case statement in favor of dictionary mapping that already exists in conf.py
* updated plurality for some of the constants in constants.py
* cleaned up commented code, moved internal checks to the top, reduced intermediate variables
* updated kalman filter outputs to use names defined in constants.py, updated sample_filter_outputs to allow sampling any filter outputs defined in constants.py
0 commit comments