Commit 0271a3e
authored
Run ModelChain from POA irradiance (#943)
* add _from_poa, _from_effective_irradiance methods
* indentation, lint
* sort out weather, total_irrad, effective_irradiance
* fix _prep_inputs_solar_pos
* press_temp
* reorganize code that assigns weather and total_irrad
* add prepare_temperature
* start fixing tests
* start on tests
* split run_model_from_effective_irradiance
* fix tests, sticker
* more test fixes
* another test fix
* add test for prepare_temperature
* don't replace missing poa_global with effective_irradiance
* make _prepare_temperature private
* add _assign_weather() to test
* method name to sapm_temp
* use the correct class
* api, whatsnew
* docstring improvements, use assert_frame_equal
* delete [k]
* add issue to whatsnew1 parent 7fc595a commit 0271a3e
File tree
4 files changed
+432
-49
lines changed- docs/sphinx/source
- whatsnew
- pvlib
- tests
4 files changed
+432
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
| 551 | + | |
551 | 552 | | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
555 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
556 | 565 | | |
557 | 566 | | |
| 567 | + | |
| 568 | + | |
558 | 569 | | |
559 | 570 | | |
560 | 571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments