Skip to content

The pvconst parameter is different for PV modules even though they are created in exactly same way. #119

Description

@sivasembian

PV1 = pvmodule.PVmodule()
PV2 = pvmodule.PVmodule()
PV1.pvconst == PV2.pvconst

Ans -> False

pvconst= pvconstants.PVconstants(npts=101)
PV1 = pvmodule.PVmodule(pvconst=pvconst)
PV2 = pvmodule.PVmodule(pvconst=pvconst)
PV1.pvconst == PV2.pvconst

Ans -> True

Why do I need to assign the pvconst parameters to each module to ensure their similarity? Why are the default values not working as they should?

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