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
move celltemp functions to celltemp.py, expose celltemp.pvsyst in ModelChain (#682)
* move celltemp functions to celltemp.py, fix docstring for pvsystem.PVSystem.sapm
* formatting
* formatting
* initial commit fit_cec_using_sam
* outline ivcurves
* use nrel-pysam
* remove sam_dir
* add Sandia single curve fit
* complete function
* add test, move code to ivtools.py
* remove single files
* fix mock
* add celltemp.pvsyst as a ModelChain option, change order of arguments in celltemp.samp
* lint
* argument order fixes
* another argument order fix
* another argument order fix, change model_params to model in celltemp.pvsyst
* more model_params to model cleanup
* pare back modelchain test
* put test back in to hit ModelChain.pvsyst_temp
* output dataframe from celltemp.pvsyst
* cleanup tests with pvsyst output as dataframe
* fix dataframe creation in celltemp.pvsyst
* fix type checking
* fix test condition
* update api, whatsnew
* comment responses
* change arguments for celltemp.sapm
* fix conflict
* fix kwarg error
* update whatsnew
* test fixes, table formatting
* docstring fixes
* edits to celltemp.pvsyst
* add PVsystem properties, move PVsystem tests back to test_pvsystem.py
* start working on ModelChain
* fix ModelChain tests
* modelchain fixes
* modelchain test fixes
* modelchain test fixes
* more modelchain test fixes
* add infer_temp_model
* lint, test fixes
* yet more modelchain test fixes
* update whatsnew, improve coverage
* fix deprecated test
* fix import
* one more MC test fix
* rename functions, change output type
* change argument names, add parameter_set lookup
* fix function names
* fix function names more
* update modelchain and tests
* more test fixes
* test fixes
* lint
* lint, merge master
* lint, remove pvwatts_dc_pvwatts_ac_system fixture from test_modelchain.py
* rename from celltemp to temperature
* lint, rename test_celltemp.py
* cleanup docstrings
* add invalid test for infer_temp_model
* review comments
* remove unrelated code
* handle deprecated attributes and functions
* test fixes
* fix documentation
* fix infer_temp_model naming, whatsnew
* test fixes and docstring edits
* handle ModelChain deprecated behavior, test type input of _translate functions
* test fixes
* fix tests
* another test fix
* pop unused kwarg
* improve test coverage
* test fixes
* add UserWarning
* improve warnings
* use property setter
* test fixes
* yet another code fix trying to distinguish kwargs from attribute of same name
* still struggling with tests
* reset system between ModelChain init
* infer parameters from racking, module_type
* add the missing colon
* delete vestigial lines
* test fixes
* fix tests, reformat whatsnew section
* test fix
* better handling of deprecated behavior, add consistency check temperature_model vs. temperature_model_parameters
* fix method check
* missing .
* update tests
* remove duplicate test value, clarify TODO comment
* consistent import of tools
* insert blank line
* remove parameter_set arg from PVSystem methods
* lint
0 commit comments