You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the TDR algorithm throws an error if Fuels_data.csv does not have a None column (for resources that do not use fuel). This should not be required, as GenX itself does not require this column.
@lbonaldo Presumably after loading it from the csv file, TDR only interacts with Fuels_data as a dataframe. We could abstract this to separate the steps of
Load raw data from a file
Preprocess data, i.e. add a None column
(optionally) parse to separate the time series itself from the co2-per-mmbtu numbers.
Currently, the TDR algorithm throws an error if Fuels_data.csv does not have a None column (for resources that do not use fuel). This should not be required, as GenX itself does not require this column.
cc @cfe316
The text was updated successfully, but these errors were encountered: