Skip to content

Change PSM3 map_variables default value #1425

Closed
@kandersolar

Description

@kandersolar

#1374 did what we should probably be doing with most deprecations: mention the specific version when the deprecated behavior will change.

if map_variables is None:
warnings.warn(
'PSM3 variable names will be renamed to pvlib conventions by '
'default starting in pvlib 0.11.0. Specify map_variables=True '
'to enable that behavior now, or specify map_variables=False '
'to hide this warning.', pvlibDeprecationWarning)
map_variables = False

Tagging this in the 0.11.0 milestone so we don't forget it.

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