Skip to content

Commit b3e9968

Browse files
committed
Remove unused cecmod data from sam_data fixture
1 parent c89af6a commit b3e9968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pvlib/test/test_pvsystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def test_iam_interp():
234234
@pytest.fixture(scope="session")
235235
def sam_data():
236236
data = {}
237-
data['cecmod'] = pvsystem.retrieve_sam('cecmod')
238237
data['sandiamod'] = pvsystem.retrieve_sam('sandiamod')
239238
data['adrinverter'] = pvsystem.retrieve_sam('adrinverter')
240239
return data

0 commit comments

Comments
 (0)