Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 31, 2025

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