pvsyst_tools icon indicating copy to clipboard operation
pvsyst_tools copied to clipboard

IAM error

Open bapossatto opened this issue 3 years ago • 1 comments

Hello everyone!

When I run the simulation code "PVSYST_tmy_to_power.ipynb" it returns the error: "AttributeError: module 'pvlib.pvsystem' has no attribute 'ashraeiam'".

I'm running pvlib 0.8.0.

bapossatto avatar Oct 01 '21 13:10 bapossatto

0.8.0 Breaking changes: The following functions, methods, and arguments were deprecated in a previous release and have now been removed (GH966, GH1033):

pvsystem.PVSystem.ashraeiam. Use pvlib.pvsystem.PVSystem.get_iam().

bapossatto avatar Oct 01 '21 13:10 bapossatto