Cliff Hansen
Cliff Hansen
I can accede to `temperature` for ambient temperature for compatibility with `metpy` and I'm OK with `dew_point`. We should also agree on names for the other temperature quantities: cell temperature...
I think it would help to compile a glossary of what's currently used in the API, by topic. I can take a crack at that.
An alternative might be to handle the DataFrame/Series mix case separately: see this [link](https://stackoverflow.com/questions/41702117/divide-dataframe-by-a-series-sharing-index). I expect it would also be gross.
#1395 is the most recent work. I haven't gotten far enough to see if #1395 supercedes #1295. #1395 has picked up some, but not all of the code in #758...
@wholmgren @kanderso-nrel would appreciate some advice here. As currently organized, #1354 adds two python modules to pvlib-python: `mlfm.py` contains the parameter estimation and model functions, and `mlfm_graphs.py` contains code to...
> I wonder if mlfm would work better as a separate repo Personally, I think it would, but that is very unlikely to happen. I'm aware of at least one...
@steve-ransome I will push some changes to implement @wholmgren's suggestions.
@steve-ransome sorry I set this aside for a while. Next step: we need to write tests for each function that is being added. For numerical functions, can you code a...
@steve-ransome if you can develop a test for `mlfm_fit` I'll go ahead and organize that python script into `test_mlfm`. I'm still unsure how to test the plotting functions; perhaps we...
@kanderso-nrel what is the status of pvlib-python\docs\tutorials? I'm not seeing them on the new documentation pages; are they retired, or am I missing the link?