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

Rename coefficent_1 to coefficient_1 in two_power_law #444

Open
pkienzle opened this issue Mar 17, 2021 · 0 comments · May be fixed by #449
Open

Rename coefficent_1 to coefficient_1 in two_power_law #444

pkienzle opened this issue Mar 17, 2021 · 0 comments · May be fixed by #449

Comments

@pkienzle
Copy link
Contributor

pkienzle commented Mar 17, 2021

See #249.

Or fix it in convert.py as suggested in #438 (comment).

Maybe use the following rather than checking for version number:

if name == 'two_power_law' and 'coefficent_1' in old_pars:
    old_pars['coefficient_1'] = old_pars['coefficent_1']
    del old_pars['coefficent_1']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants