Adding firedrake_adjoint tests from pyadjoint #599
pip-mac.yml
on: pull_request
Build Firedrake using pip (macOS)
0s
Annotations
3 errors
test_stokes_hdiv_parallel.test_stokes_hdiv_parallel[matfree-RT3-DG2]:
tests/firedrake/regression/test_stokes_hdiv_parallel.py#L135
assert False
+ where False = <function allclose at 0x7bdaebf66130>(array([1.89112676e-09, 9.36771475e-10, 7.79447387e-08, 1.00488229e-07]), 0, atol=1e-07, rtol=1e-05)
+ where <function allclose at 0x7bdaebf66130> = numpy.allclose
|
test_macro_solve.test_stokes[cube-th]:
tests/firedrake/macro/test_macro_solve.py#L169
assert False
+ where False = <function convergence_test.<locals>.check at 0x7735661a7920>([np.float64(1.8472026605040857e-13), np.float64(0.5849295409972595), np.float64(3.3661736902840914e-14)], [4.1121825804398546e-12, 9.185342875222148, 6.486090205800145e-13], [0.8660254037844386, 0.6123724356957945, 0.30618621784789724])
+ where [0.8660254037844386, 0.6123724356957945, 0.30618621784789724] = mesh_sizes(<firedrake.mg.mesh.HierarchyBase object at 0x77357fc42ab0>)
|
test_solving.test_linear_problem:
tests/firedrake/adjoint/test_solving.py#L49
assert 1270 == 1
+ where 1270 = <pyadjoint.tape.Tape object at 0x7e0ede83b9c0>.recompute_count
+ where <pyadjoint.tape.Tape object at 0x7e0ede83b9c0> = <pyadjoint.reduced_functional.ReducedFunctional object at 0x7e0ea9e7b650>.tape
|