Skip to content

Variable names overloaded in docstring for non-kwarg constructor #76

@lassepe

Description

@lassepe

This docstring reads to me as if the the first argument will be l0 (taking the same interpretation as in the kwarg constructor)

SinDecay2(l0, l1, period)

But the "arguments" list below reveals that, for the positional-arg constructor, the meaning of l0 os overloaded to mena the range:

- `range == abs(l0 - l1)`: the dynamic range (given by the endpoints)

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