JIT failing to cache properly

Issue #657 invalid
Prof Garth Wells created an issue

Running py.test -k test_doc_string_compiled_expression_with_system_headers test_expression.py trigger complication every time it is run.

Comments (4)

  1. Martin Sandve Alnæs

    Not a bug: the test checks that trying to compile an Expression with non-compilable code raises an exception.

  2. Prof Garth Wells reporter

    There was a subsequent test, which to run the relied on this test running first. Is this test importing all of the UFC interface via Swig?

  3. Log in to comment