We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21be43c commit 32c624eCopy full SHA for 32c624e
ffcx/element_interface.py
@@ -22,7 +22,7 @@
22
import functools
23
24
25
-@functools.lru_cache
+@functools.lru_cache()
26
def create_basix_element(family_type, cell_type, degree, variant_info, discontinuous):
27
"""Create a basix element."""
28
return basix.create_element(family_type, cell_type, degree, *variant_info, discontinuous)
0 commit comments