You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create iam.py, consistent naming for IAM functions (#783)
* move iam functions to iam.py
* move function tests to test_iam.py
* adjust PVSystem methods, add deprecation for functions and PVSystem methods
* adjust PVSystem tests, test for function deprecation
* move sapm aoi function, adjust ModelChain methods
* remove _ typo
* lint fixes
* move fixture to correct place
* move sapm_module_params fixture to conftest.py
* fix cut/paste errors
* add missing keys to fixture, add missing text to pvsystem.sapm docstring
* fix and update pvsystem.sapm tests
* remove DataFrame test for sapm, lint fixes
* implement PVSystem.get_iam, add deprecation test for pvsystem.sapm_aoi_loss
* lint
* test fixes, add Material to sapm_module_params fixture
* test fixes
* add martin_ruiz to modelchain
* finish adding martin_ruiz to modelchain
* add test for ModelChain.infer_aoi_model, improve coverage
* repair delete mistake
* test for invalid aoi model parameters in ModelChain
* update api, whatsnew
* test fix
* fixture for aoi_model tests
* bad indent
* docstring and lint
* lint
* module docstring, changes to tests
* test fixes
* another test fix
* improve coverage
* fix exception test
* fix the fix
0 commit comments