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 compatibility support for Python 3.14 and pandas 3.0.
Fixed
Fixed an edge case in refine_gs where gait sequences with zero detected initial contacts could raise an error.
(#227)
Updated the Mobilise-D pipeline per-GS loop to skip GSs with fewer than two initial contacts, avoiding crashes while
still producing consistent empty outputs when no valid GSs remain.
(#227)
Added
Added proxy values for all intermediary pipeline outputs the to MobilisedPipelineUniversal class.
This allows for easier access to the intermediary results of underlying pipeline.