-
Notifications
You must be signed in to change notification settings - Fork 101
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
Default fitter in pintk
should be determined using Fitter.auto()
#1665
Comments
No, not true. It uses the same logic (but implemented separately) to select the fitter.
|
I don't think it is the same logic. (The always-GLSFitter thing was a mistake.) |
|
That's a better option, IMO, since the downhill fitters are supposed to be more robust. |
Right now it is alwaysGLSFitter
.The text was updated successfully, but these errors were encountered: