Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/CommodityFlowFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ calculateElectricityFlowRatios <- function(state, year, specs) {
state_abb <- getStateAbbreviation(state)
# Load consumption data
CodeDesc <- loadStateIODataFile("EIA_SEDS_CodeDescription", ver = specs$model_ver)
if (year == 2023) {
if (year == 2024) {
logging::logwarn(paste0("EIA SEDS data for Electricity Consumption not yet final ",
"for ", year, ". Using the prior year's data."))
year = year - 1
Expand Down