Correct the methods descriptions

This commit is contained in:
Alireza Adli 2024-12-01 12:09:59 -05:00
parent c3916853ea
commit 4cfec33147

View File

@ -42,12 +42,12 @@ class LCACarbonWorkflow:
It puts out the results of opening and envelop emission for each It puts out the results of opening and envelop emission for each
mentioned cycle separately. mentioned cycle separately.
Final results will be stored in the below attributes: Final results will be stored in the below attributes:
building_envelope_emission: <class 'float'> building_envelope_emission: float
building_opening_emission: <class 'float'> building_opening_emission: float
building_component_emission: <class 'float'> building_component_emission: float
building_envelope_end_of_life_emission: <class 'float'> building_envelope_end_of_life_emission: float
building_opening_end_of_life_emission: <class 'float'> building_opening_end_of_life_emission: float
building_component_end_of_life_emission: <class 'float'> building_component_end_of_life_emission: float
The above attributes will be computed when the calculate_emission() The above attributes will be computed when the calculate_emission()
method of a LCACarbonWorkflow object is called. method of a LCACarbonWorkflow object is called.