From ae55b3bf455c07cfb05247304c6169c8a2d2475b Mon Sep 17 00:00:00 2001 From: ksagiyam Date: Wed, 20 Nov 2024 13:35:25 +0000 Subject: [PATCH] remove one remove_component_and_list_tensors --- ufl/algorithms/compute_form_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ufl/algorithms/compute_form_data.py b/ufl/algorithms/compute_form_data.py index a2cd409c1..9683a4b73 100644 --- a/ufl/algorithms/compute_form_data.py +++ b/ufl/algorithms/compute_form_data.py @@ -454,7 +454,6 @@ def compute_form_data( new_integrals = [] for integral in itg_data.integrals: integrand = replace(integral.integrand(), self.function_replace_map) - integrand = remove_component_and_list_tensors(integrand) integrand = apply_coefficient_split(integrand, self.coefficient_split) integrand = remove_component_and_list_tensors(integrand) if not isinstance(integrand, Zero):