Kevin Anderson

Results 405 comments of Kevin Anderson

I agree, adding all the cases makes sense. I suggest creating a new test function at the bottom of the `test_spa.py` file, rather than trying to integrate these new test...

Thanks @dgapitts, that's pretty much what I was imagining. A few tweaks are needed: - de-indent the test so that it is stand-alone code at the end of the file,...

If the old page is being removed, then these references need to be updated: ```bash $ git grep -n -F "variables_style_rules" docs/sphinx/source/contributing/style_guide.rst:16::ref:`variables_style_rules`. We could be better about consistency. docs/sphinx/source/index.rst:29:There is...

Thanks @RDaxini and all other participants! It's fun to see this idea finally implemented :)

> Should we update to a faster algorithm given @AdamRJensen's poster at this year's PVPMC which shows that most algorithms have minimal impact on energy regardless of run-time? A paper...

This thread on the google group discusses the same question (what cell_type to use for HJT in fit_cec_sam): https://groups.google.com/g/pvlib-python/c/6AdD14aSPlc/m/Dbx8B--kAwAJ A related question: if you have a PAN file, why not...

I meant `pvlib.pvsystem.calcparams_pvsyst`, combined with `pvlib.pvsystem.singlediode`. Sticking with the PVsyst model, there's no (technical) need to call some kind of `fit_` function, since the PAN file already supplies the necessary...

Closing as it seems like the question is answered. @fredrbl feel free to reopen if not, although questions like this are better posted to the pvlib google group :)