Skip to content

Commit ee4f218

Browse files
Removed unused input as shown in issue #2105 (#2156)
* Removed unused input as stated in issue #2105 * Added entries for fix for issue #2105
1 parent b2a82f1 commit ee4f218

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/sphinx/source/whatsnew/v0.11.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Documentation
4141
* Added gallery example on calculating cell temperature for
4242
floating PV. (:pull:`2110`)
4343

44+
* Removed unused "times" input from dni_et() function (:issue:`2105`)
45+
4446
Requirements
4547
~~~~~~~~~~~~
4648

@@ -51,3 +53,4 @@ Contributors
5153
* Leonardo Micheli (:ghuser:`lmicheli`)
5254
* Echedey Luis (:ghuser:`echedey-ls`)
5355
* Rajiv Daxini (:ghuser:`RDaxini`)
56+
* Jose Meza (:ghuser:`JoseMezaMendieta`)

pvlib/tests/test_irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def ephem_data(times):
5959

6060

6161
@pytest.fixture
62-
def dni_et(times):
62+
def dni_et():
6363
return np.array(
6464
[1321.1655834833093, 1321.1655834833093, 1321.1655834833093,
6565
1321.1655834833093])

0 commit comments

Comments
 (0)