Skip to content

Commit

Permalink
Merge pull request #144 from r24mille/141_remove_spp_until_implemented
Browse files Browse the repository at this point in the history
#141 and #130 Removes the 'SPP' option from client_factory(...) until we have something implemented.
  • Loading branch information
ajdonnison authored Sep 11, 2017
2 parents 85c7059 + 2ec01b0 commit 450fc14
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion pyiso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
'PJM': {'class': 'PJMClient', 'module': 'pjm'},
'PNM': {'class': 'SVERIClient', 'module': 'sveri'},
'SASK': {'class': 'SaskPowerClient', 'module': 'sask'},
'SPP': {'class': 'SPPClient', 'module': 'spp'},
'SPPC': {'class': 'NVEnergyClient', 'module': 'nvenergy'},
'SRP': {'class': 'SVERIClient', 'module': 'sveri'},
'TEPC': {'class': 'SVERIClient', 'module': 'sveri'},
Expand Down
1 change: 0 additions & 1 deletion pyiso/spp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def get_fuels(self, year=2014):
'WASTE': 'refuse',
'WIND': 'wind',
}

else:
return {
'COAL': 'coal',
Expand Down
18 changes: 0 additions & 18 deletions tests/test_spp.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/unit/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def setUp(self):
{
'name': 'MISO'
},
{
'name': 'SPP',
},
{
'name': 'BPA',
},
Expand Down

0 comments on commit 450fc14

Please sign in to comment.