DeltaE / Canada-U.S.-ElecTrade

The Role of U.S.-Canada Electricity Trade in North American Decarbonization Pathways
2 stars 0 forks source link

Change all "subregions = functions.get_from_yaml('regions_dict')" to "regions = functions.get_from_yaml('regions_dict')" #130

Closed Kiel-SFU closed 2 years ago

Kiel-SFU commented 2 years ago

Since we renamed subregions_dict to regions_dict, it would be a good idea to change all instances of "subregions = functions.get_from_yaml('regions_dict')" to "regions = functions.get_from_yaml('regions_dict')", since it is probably more clear that way. We should also change wherever the subregions variable is called to regions.

The reason that it is the way it is is that regions_dict does contain subregion information, but the way it is is probably unnecessarily confusing.