Skip to content

Allow paths fit by PolynomialPathFitter to depend on more than 6 coordinates#4001

Merged
nickbianco merged 2 commits intomainfrom
fix_path_fitter_num_coordinates
Jan 31, 2025
Merged

Allow paths fit by PolynomialPathFitter to depend on more than 6 coordinates#4001
nickbianco merged 2 commits intomainfrom
fix_path_fitter_num_coordinates

Conversation

@nickbianco
Copy link
Member

@nickbianco nickbianco commented Jan 30, 2025

Fixes issue #3995

Brief summary of changes

Removes a restriction in PolynomialPathFitter preventing paths with more than 6 coordinates from being fitted. This was a leftover check from when MultivariatePolynomialFunction only allow 6 or less independent coordinates.

Testing I've completed

Tested locally using data from the OpenCap paper, which uses a model with paths that depend on more than 6 coordinates.

Looking for feedback on...

CHANGELOG.md (choose one)

  • updated.

This change is Reviewable

Copy link
Member

@carmichaelong carmichaelong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nickbianco nickbianco merged commit c46cc98 into main Jan 31, 2025
12 checks passed
@nickbianco nickbianco deleted the fix_path_fitter_num_coordinates branch January 31, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants