Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix LeastSquares for functions with more than two arguments #1016

Merged
merged 8 commits into from
Aug 1, 2024

Conversation

HDembinski
Copy link
Member

@HDembinski HDembinski commented Aug 1, 2024

Closes #974

  • Fixes a bug in cost.LeastSquares which prevented the use with data that has more than two dimensions.
  • New unit test checks that cost.LeastSquares works with 3-dimensional data

@HDembinski HDembinski changed the title Fix Leastsquares for functions with more than two arguments Fix LeastSquares for functions with more than two arguments Aug 1, 2024
@HDembinski HDembinski merged commit 8022a33 into develop Aug 1, 2024
9 checks passed
@HDembinski HDembinski deleted the leastsquares_3d branch August 1, 2024 12:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cost.LeastSquares fails with data with more than 2 dimensions
1 participant