Skip to content

Rename coefficent_1 to coefficient_1 in two_power_law #444

@pkienzle

Description

@pkienzle

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']

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions