Skip to content

Commit

Permalink
fix typo for EV discharge energy units
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeake committed Oct 18, 2024
1 parent 32e567b commit e8e14c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReportSimulationOutput/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2816,7 +2816,7 @@ def get_timeseries_units_from_fuel_type(fuel_type)
@vehicles[VT::VehicleDischarging] = Vehicles.new(variables: get_object_outputs(VT, VT::VehicleDischarging))
@vehicles.each do |vehicles_type, vehicle_data|
vehicle_data.name = "Vehicle: #{vehicles_type}"
vehicle_data.annual_units = 'Mbtu'
vehicle_data.annual_units = 'MBtu'
vehicle_data.timeseries_units = 'kWh'
end

Expand Down

0 comments on commit e8e14c1

Please sign in to comment.