Skip to content

Commit

Permalink
EC-54 enable edit_space_cool_system function in fhs notional wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Nov 1, 2024
1 parent 276575f commit f68a9b5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ pub(crate) fn apply_fhs_notional_preprocessing(
// edit_space_heating_system(input, cold_water_source, total_floor_area, _is_heat_network, is_fee);

// modify air-conditioning
// TODO enable following call once function implemented
// edit_space_cool_system(input);
edit_space_cool_system(input)?;

// add solar pv
add_solar_pv(input, is_notional_a, is_fee, total_floor_area)?;
Expand Down

0 comments on commit f68a9b5

Please sign in to comment.