-
Notifications
You must be signed in to change notification settings - Fork 277
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
DOC: #904 #967
base: master
Are you sure you want to change the base?
DOC: #904 #967
Conversation
@mstekiel Thanks! I think would make two requests: a) use |
I'd be in favor of keeping it in one example file - both approaches can be shown/compared in one file. Also please write a meaningful commit message and you can probably close the discussion topic by adding, the following line to the body of the commit message:
|
@mstekiel @reneeotten Do you think it would be too long to show both ways in one file? It's kind of long as it is. The objective function is a little different, even if the numerical results are the same. Having both ways in one file would be OK, but I don't think we should replace the existing example with one use Model and then having to unpack and recombine that in an objective function. |
@newville I see your point; having two files is fine! |
This reverts commit fb9280d.
The example is there, you may want to make the commit yourselves and close this pull request. |
Description
Updating multifit example based on discussion #904
Type of Changes
Tested on
Python: 3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]
lmfit: 1.2.2, scipy: 1.9.1, numpy: 1.23.5, asteval: 0.9.29, uncertainties: 3.1.7
Verification
Have you