You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent ufl PR#122 changed the logic in split, so splitting TensorProductElements which are not part of MixedElements now fails (see firedrake/ufl issue #33 and asQ PR #106).
This isn't particularly bad for us for now because for NWP models we always use mixed spaces, but it has broken some of our tests.
We should try to get this fixed in UFL, and reinstate the failing tests in asQ once this happens.
The text was updated successfully, but these errors were encountered:
A recent ufl PR#122 changed the logic in
split
, so splittingTensorProductElements
which are not part of MixedElements now fails (see firedrake/ufl issue #33 and asQ PR #106).This isn't particularly bad for us for now because for NWP models we always use mixed spaces, but it has broken some of our tests.
We should try to get this fixed in UFL, and reinstate the failing tests in asQ once this happens.
The text was updated successfully, but these errors were encountered: