Skip to content

Defining parameters for solve function in deconv.py #59

@kaghi

Description

@kaghi
def solve(
        self,
        amp_constraint: bool = True,
        update_cache: bool = False,
        pks_polish: bool = None,
        pks_delta: float = 1e-5,
        pks_err_rtol: float = 10,
        pks_cut: bool = False,

Could I get an explanation as to what each of these parameters means? I am trying to better annotate the code for users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions