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
raise ValueError if the the number of regression points is less than the number of parameters in _residual (#249)
* raise `ValueError` if the the number of regression points is less than the number of parameters in `_residual`
* test: add test for not enough shared grid points the bad case.
* chore: fix typo
* chore: more concise error message
* chore: fix pre-commit
* fix: use a custom error to stop `leatsq`
* Revert "fix: use a custom error to stop `leatsq`"
This reverts commit 91fa347.
* chore: fix the code indentation.
0 commit comments