Skip to content
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

Add ability in ENIGMA calibration script to fix a subset of calibration coefficients #2

Open
prayush opened this issue Nov 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@prayush
Copy link
Collaborator

prayush commented Nov 4, 2020

Currently, this line assumes all coefficients are being sampled over:

coeffs = theta[1:]

Instead, one must check the all_params DataFrame for a list of parameters held constant and use those too. To do so, one needs the ordered sampled params, and another ordered list of all params used in a particular fit.

@prayush prayush self-assigned this Nov 4, 2020
@prayush prayush added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant