DeltaE / Canada-U.S.-ElecTrade

The Role of U.S.-Canada Electricity Trade in North American Decarbonization Pathways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return type of Canadian EmissionActivityRatio function

trevorb1 opened this issue · comments

Most of the functions in our code base return dataframes that we append together. In the EmissionActivityRatio.py, the getCanEmissionActivityRatio() returns a list rather then a dataframe. I think we should change this for consistency sake :)

def getCanEmissionActivityRatio():
# PURPOSE: Creates EmissionActivityRatio file from Canadian data
# INPUT: N/A
# OUTPUT: dataOut = Canadian Emission Activity Ratio data

This should also be changed for ReserveMargin.py, ResidualCapacity.py, SpecifiedAnnualDemand.py, and SpecifiedDemandProfile.py.