We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc9bfb commit a8f672dCopy full SHA for a8f672d
ffcx/ir/elementtables.py
@@ -311,7 +311,7 @@ def build_optimized_tables(
311
is_mixed_dim: bool,
312
rtol: float = default_rtol,
313
atol: float = default_atol,
314
-) -> dict[typing.Union[ModifiedTerminal ,str], UniqueTableReferenceT]:
+) -> dict[typing.Union[ModifiedTerminal, str], UniqueTableReferenceT]:
315
"""Build the element tables needed for a list of modified terminals.
316
317
Args:
0 commit comments