Skip to content

Commit

Permalink
Regold again dolfinx integration test due to upstream changes in basi…
Browse files Browse the repository at this point in the history
…x representation of geometric dimension of an element
  • Loading branch information
francesco-ballarin committed Nov 20, 2023
1 parent 9b18240 commit b7c29e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/utils/test_name_scalar_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ def test_name_scalar_13_dolfinx() -> None:
+ c1 * f1 * u * v * dx
)
if np.issubdtype(petsc4py.PETSc.ScalarType, np.complexfloating): # names differ due to different c2 dtype
expected_name = "7f2bb7ffc0f5ce6a7506d7618d07b2f3135a5947"
expected_name = "8f553fbc6ec546409b68a319740b62ebb4ba4822"
else:
expected_name = "1ee39cff66ac10bf976a8ba58b30fc54de1f66b2"
expected_name = "afe12e1d9a65bf9a68091c241110aaf5dec1e34e"
assert ufl4rom.utils.name(a13) == expected_name


Expand Down

0 comments on commit b7c29e9

Please sign in to comment.