Add smoke tests for Gusto #7231
lint.yml
on: pull_request
Run linter
30s
Lint Github actions YAML files
10s
Lint dockerfiles
14s
Annotations
2 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 0x740218555130>(array([1.89112676e-09, 9.36771631e-10, 7.79447387e-08, 1.00488229e-07]), 0, atol=1e-07, rtol=1e-05)
+ where <function allclose at 0x740218555130> = 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 0x7a7365a63f60>([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 0x7a73683fcb90>)
|