Skip to content

Commit f968c70

Browse files
committed
k
1 parent 8ead5f4 commit f968c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ufl/corealg/dag_visitor.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class DAGTraverser(ABC):
1111

1212
def __init__(self, compress=True, vcache=None, rcache=None) -> None:
1313
"""Initialise."""
14-
raise RuntimeError
1514
self._compress = compress
1615
# Temporary data structures
1716
# expr -> r = function(expr,...), cache of intermediate results

0 commit comments

Comments
 (0)