Skip to content

Commit c9bb8c0

Browse files
committed
drop comment
1 parent 4ef201b commit c9bb8c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pvlib/tests/ivtools/test_sdm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22
import pandas as pd
3-
from scipy import optimize, constants
3+
from scipy import optimize
44

55
import pytest
66
from numpy.testing import assert_allclose
@@ -85,8 +85,6 @@ def test_fit_desoto_init_guess(mocker):
8585
init_guess = {k: v for k, v in zip(
8686
['IL_0', 'Io_0', 'Rs_0', 'Rsh_0', 'a_0'], init_guess_array)}
8787
mocker.spy(optimize, 'root')
88-
#specs = (9.43, 38.3, 8.71, 31.0, -0.13788, 0.005658, 1.121, -0.0002677,
89-
# 298.15, constants.value('Boltzmann constant in eV/K')) # for test
9088
root_args = {} # to fill out call for test
9189
result, _ = sdm.fit_desoto(v_mp=31.0, i_mp=8.71, v_oc=38.3, i_sc=9.43,
9290
alpha_sc=0.005658, beta_voc=-0.13788,

0 commit comments

Comments
 (0)