Tobin Ford

Results 20 comments of Tobin Ford

Added a unified temperature function with pvlib temperature models. Live on dev_geospatial_scenario, complexity is a little higher than other pvlib functions to allow for its use during scenario analysis but...

All temperature.cell function calls I could find across pvdeg have been replaced with the new temperature function and docstrings updated. New functions in the package should utilize temperature.temperature rather than...

In the tests directory run the following commands to generate a coverage report. Navigate to the new file `./htmlcov/index.html` for a detailed coverage report. ``` $ coverage run -m pytest...

To do this we should: Adjust equilibration temperature and have same equilibration time. We should add the irradiance temperature term as being a linear function of the irradiance (so we...

Renamed old fdm temperature to `fdm_temperature`, created a new function with an irradiance term using absorptance to calculate temperature called `fdm_sample_temperature`. Write testing...

#105 Fixes this by restricting the versions for `numpy`, `scipy`, and `pvlib`

To unrestrict the package versions we will need to modify the `calc_letid_outdoor` test. PVLib issues made the result vary slightly and cause the test to fail. It would be wise...

## Docs Dependency Restriction `Mistune==2.0.4` was conflicting with `nbsphinx` when bulding the with `sphinx` using `make html`. We should use a newer version. I set it to use `Mistune==3.0.0` in...

Mike Request ---------------- - Function to all parameters to dict (like current) - function to populate dictionary of input parameters - function to print all material parameters in a file

All of these are included in `v0.5.0`, with the exception of #119