Skip to content

Commit

Permalink
forget the original kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck authored and wence- committed Jan 11, 2022
1 parent ba7d01b commit 09958c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ufl/finiteelement/tensorproductelement.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def sub_elements(self):
return self._sub_elements

def reconstruct(self, **kwargs):
kwargs = dict(kwargs)
cell = kwargs.pop("cell", self.cell())
return TensorProductElement(*[e.reconstruct(**kwargs) for e in self.sub_elements()], cell=cell)

Expand Down

0 comments on commit 09958c2

Please sign in to comment.