Open dham opened 3 years ago
When running in the Firedrake-env container, complex Firedrake fails the following tests:
regression/test_l2pullbacks.py::test_firedrake_helmholtz_mixed_l2pullbacks_sphere[BDM-2-tri-1-False-1.9] regression/test_l2pullbacks.py::test_firedrake_helmholtz_mixed_l2pullbacks_sphere[BDM-2-tri-1-True-1.9]
Setting PYOP2_DEBUG=1 causes them to pass, and the system matrix is observed to contain different values.
PYOP2_DEBUG=1
Could this be linked to #2095 ?
When running in the Firedrake-env container, complex Firedrake fails the following tests:
Setting
PYOP2_DEBUG=1
causes them to pass, and the system matrix is observed to contain different values.