Change search_materials name

This commit is contained in:
Alireza Adli 2024-10-13 12:16:55 -04:00
parent 3a1f418577
commit f142332cb9

View File

@ -141,7 +141,7 @@ class AccessNrcanCatalog:
elif opaque_surface[opaque_surface_key]['type'] == component_type: elif opaque_surface[opaque_surface_key]['type'] == component_type:
return opaque_surface[opaque_surface_key]['layers'] return opaque_surface[opaque_surface_key]['layers']
def search_materials(self, material_name): def material_embodied(self, material_name):
""" """
Brings up the material's embodied carbon based on material's name Brings up the material's embodied carbon based on material's name
:param material_name: <class 'str'> :param material_name: <class 'str'>