Skip to content
Snippets Groups Projects
Commit 25b46990 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Disable loopy.CACHING_ENABLED

I suspect it to account for some problems!
parent 535c42f7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ Should also contain the entrypoint methods.
"""
from __future__ import absolute_import
# Disable loopy caching before we do anything else!
import loopy
loopy.CACHING_ENABLED = False
def read_ufl(uflfile):
from ufl.algorithms.formfiles import read_ufl_file, interpret_ufl_namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment