Commit d559e2a
Fix _m_to_cm: multiply by 100 to convert meters to cm (#2725)
* Fix _m_to_cm: multiply by 100 to convert meters to cm
* Apply suggestion from @cwhanse
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Docs: document _m_to_cm conversion fix in changelog
* Update tests/iotools/test_era5.py
Co-authored-by: Rajiv Daxini <143435106+RDaxini@users.noreply.github.com>
* Apply suggestion from @RDaxini
Co-authored-by: Rajiv Daxini <143435106+RDaxini@users.noreply.github.com>
---------
Co-authored-by: JB <jbpasquier@ombrea.fr>
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
Co-authored-by: Rajiv Daxini <143435106+RDaxini@users.noreply.github.com>1 parent 3ad5a9e commit d559e2a
File tree
3 files changed
+11
-1
lines changed- docs/sphinx/source/whatsnew
- pvlib/iotools
- tests/iotools
3 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| 86 | + | |
82 | 87 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments