@@ -379,7 +379,7 @@ def get_iam(self, aoi, iam_model='physical'):
379
379
for array , aoi in zip (self .arrays , aoi ))
380
380
381
381
@_unwrap_single_value
382
- def calcparams_desoto (self , effective_irradiance , temp_cell , ** kwargs ):
382
+ def calcparams_desoto (self , effective_irradiance , temp_cell ):
383
383
"""
384
384
Use the :py:func:`calcparams_desoto` function, the input
385
385
parameters and ``self.module_parameters`` to calculate the
@@ -393,9 +393,6 @@ def calcparams_desoto(self, effective_irradiance, temp_cell, **kwargs):
393
393
temp_cell : float or Series or tuple of float or Series
394
394
The average cell temperature of cells within a module in C.
395
395
396
- **kwargs
397
- See pvsystem.calcparams_desoto for details
398
-
399
396
Returns
400
397
-------
401
398
See pvsystem.calcparams_desoto for details
@@ -420,7 +417,7 @@ def calcparams_desoto(self, effective_irradiance, temp_cell, **kwargs):
420
417
)
421
418
422
419
@_unwrap_single_value
423
- def calcparams_cec (self , effective_irradiance , temp_cell , ** kwargs ):
420
+ def calcparams_cec (self , effective_irradiance , temp_cell ):
424
421
"""
425
422
Use the :py:func:`calcparams_cec` function, the input
426
423
parameters and ``self.module_parameters`` to calculate the
@@ -434,9 +431,6 @@ def calcparams_cec(self, effective_irradiance, temp_cell, **kwargs):
434
431
temp_cell : float or Series or tuple of float or Series
435
432
The average cell temperature of cells within a module in C.
436
433
437
- **kwargs
438
- See pvsystem.calcparams_cec for details
439
-
440
434
Returns
441
435
-------
442
436
See pvsystem.calcparams_cec for details
@@ -501,7 +495,7 @@ def calcparams_pvsyst(self, effective_irradiance, temp_cell):
501
495
)
502
496
503
497
@_unwrap_single_value
504
- def sapm (self , effective_irradiance , temp_cell , ** kwargs ):
498
+ def sapm (self , effective_irradiance , temp_cell ):
505
499
"""
506
500
Use the :py:func:`sapm` function, the input parameters,
507
501
and ``self.module_parameters`` to calculate
@@ -515,9 +509,6 @@ def sapm(self, effective_irradiance, temp_cell, **kwargs):
515
509
temp_cell : float or Series or tuple of float or Series
516
510
The average cell temperature of cells within a module in C.
517
511
518
- kwargs
519
- See pvsystem.sapm for details
520
-
521
512
Returns
522
513
-------
523
514
See pvsystem.sapm for details
0 commit comments