Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham committed Jan 13, 2025
1 parent b94a25e commit 77abfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/electric_utility.jl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ struct ElectricUtility
if ekey == "CO2" && co2_from_avert == false # Use Cambium for CO2
if cambium_start_year < 2025 || cambium_start_year > 2050
cambium_start_year = 2025 # Must update annually
@warn("The cambium_start_year must be between $(cambium_start_year) and 2050. Setting to cambium_start_year to $(cambium_start_year).")
@warn("The cambium_start_year must be between $(cambium_start_year) and 2050. Setting cambium_start_year to $(cambium_start_year).")
end
try
cambium_response_dict = cambium_emissions_profile( # Adjusted for day of week alignment with load and time_steps_per_hour
Expand Down

0 comments on commit 77abfc0

Please sign in to comment.