-
Notifications
You must be signed in to change notification settings - Fork 73
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
Export the SFR of a galaxy #168
Comments
Hi, sorry I'm still not sure what you're trying to do. Can you include a code snippet showing how you "add the sfr parameter in the model parameters"? |
An "sfr" parameter has no meaning for the non-parametric SFH (or indeed any of the SFHs), just adding it to the It's hard to optimize a parameter which has no affect on the model SED, but I suspect the actual issue with Levenberg-Markwardt optimization ( |
Ok thanks a lot! Sorry for the misundertanding, I will take a look at #166. |
Hi
I’m trying to export the SFR of a galaxy using the parametric_sfh template library but I have issues in adding the sfr parameter in the model parameters.
During the minimization, I receive the following error: “ValueError: Method 'lm' doesn't work when the number of residuals is less than the number of variables.”
I can’t find how to solve this issue, do you have any idea?
The text was updated successfully, but these errors were encountered: