Skip to content

Remove shadowed/unused kwargs from PVSystem methods #1118

Closed
@wfvining

Description

@wfvining

Describe the bug
calcparams_cec, calcparams_desoto, and sapm have a **kwargs parameter that is shadowed and therefore unused. It should be deprecated and removed.

Expected behavior
Users should get an error when they pass arbitrary/unexpected kwargs.

Additional context
In #1076 these args are completely unused (not just shadowed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions