Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Documentation
* Added gallery example on calculating cell temperature for
floating PV. (:pull:`2110`)

* Removed unused "times" input from dni_et() function (:issue:`2105`)

Requirements
~~~~~~~~~~~~

Expand All @@ -51,3 +53,4 @@ Contributors
* Leonardo Micheli (:ghuser:`lmicheli`)
* Echedey Luis (:ghuser:`echedey-ls`)
* Rajiv Daxini (:ghuser:`RDaxini`)
* Jose Meza (:ghuser:`JoseMezaMendieta`)
2 changes: 1 addition & 1 deletion pvlib/tests/test_irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def ephem_data(times):


@pytest.fixture
def dni_et(times):
def dni_et():
return np.array(
[1321.1655834833093, 1321.1655834833093, 1321.1655834833093,
1321.1655834833093])
Expand Down
Loading