Skip to content

Commit 0103952

Browse files
committed
lint
1 parent c8532cc commit 0103952

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ def test_sapm_optional_params(sapm_dc_snl_ac_system, location):
17671767
for array in sapm_dc_snl_ac_system.arrays:
17681768
for key in ['C4', 'C5', 'C6', 'C7']:
17691769
array.module_parameters.pop(key)
1770-
1770+
17711771
# no error:
17721772
ModelChain(sapm_dc_snl_ac_system, location)
17731773

tests/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_sapm(sapm_module_params):
203203
}
204204
out = pvsystem.sapm(effective_irradiance, temp_cell, params_no_c4c7)
205205
assert 'i_x' not in out.keys()
206-
assert 'i_xx' not in out.keys()
206+
assert 'i_xx' not in out.keys()
207207

208208

209209
def test_PVSystem_sapm(sapm_module_params, mocker):

0 commit comments

Comments
 (0)