We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ea45d commit 4619a1eCopy full SHA for 4619a1e
pvlib/tests/test_pvsystem.py
@@ -1814,10 +1814,16 @@ def test_PVSystem_multi_array_attributes(attr):
1814
with pytest.raises(AttributeError):
1815
getattr(system, attr)
1816
1817
+ with pytest.raises(AttributeError):
1818
+ setattr(system, attr, 'dummy')
1819
+
1820
system = pvsystem.PVSystem()
1821
with pytest.warns(pvlibDeprecationWarning):
1822
1823
1824
+ with pytest.warns(pvlibDeprecationWarning):
1825
1826
1827
1828
def test_PVSystem___repr__():
1829
system = pvsystem.PVSystem(
0 commit comments