We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ead5f4 commit f968c70Copy full SHA for f968c70
ufl/corealg/dag_visitor.py
@@ -11,7 +11,6 @@ class DAGTraverser(ABC):
11
12
def __init__(self, compress=True, vcache=None, rcache=None) -> None:
13
"""Initialise."""
14
- raise RuntimeError
15
self._compress = compress
16
# Temporary data structures
17
# expr -> r = function(expr,...), cache of intermediate results
0 commit comments