lib/earth/residence/dishwasher_use/data_miner.rb in earth-0.7.0 vs lib/earth/residence/dishwasher_use/data_miner.rb in earth-0.11.0
- old
+ new
@@ -6,12 +6,10 @@
process "Derive from ResidentialEnergyConsumptionSurveyResponse" do
::Earth::Utils.insert_ignore(
:src => ResidentialEnergyConsumptionSurveyResponse,
:dest => DishwasherUse,
- :cols => {
- :dishwasher_use_id => :name
- }
+ :cols => { :dishwasher_use_id => :name }
)
end
# sabshere 5/25/10 weird that this uses cohort
process "precalculate annual energy" do