Commit 38fc142
Temperature model parameter translation code (#1463)
* First commit to gather feedback on class design.
* Changed set_*/get_* pattern to use_*/to_*
* Add generic_linear() as a separate module temperature function and adjustments to doc strings.
* Add tests.
* Minor test edits.
* One more test to achieve 100% coverage (hopefully).
* Some formatting, docstring development.
* Try to update sphynx.
* Try sphynx again.
* Docstrings nearing completion.
* Docstrings complete.
* One more small name change.
* Fix problems identified in reviews.
* Update whatsnew.
Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>1 parent 543d97a commit 38fc142
File tree
4 files changed
+512
-1
lines changed- docs/sphinx/source
- reference
- whatsnew
- pvlib
- tests
4 files changed
+512
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | | - | |
| 60 | + | |
0 commit comments