Skip to content

Commit 2a7ac35

Browse files
committed
remove test
1 parent 7b7f667 commit 2a7ac35

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_modelchain.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,13 +1785,6 @@ def test_invalid_models(model, sapm_dc_snl_ac_system, location):
17851785
ModelChain(sapm_dc_snl_ac_system, location, **kwargs)
17861786

17871787

1788-
def test_get_orientation_invalid_strategy():
1789-
with pytest.raises(ValueError,
1790-
match='invalid orientation strategy. strategy must '
1791-
'be one of south_at_latitude_tilt, flat,'):
1792-
modelchain.get_orientation('invalid_strategy')
1793-
1794-
17951788
# tests for PVSystem with multiple Arrays
17961789
def test_with_sapm_pvsystem_arrays(sapm_dc_snl_ac_system_Array, location,
17971790
weather):

0 commit comments

Comments
 (0)