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
cppimport isn't packaged yet, so can't run every test yet (have to add --ignore unit/fem/test_assemble_cppimport.py --ignore unit/common/test_mpi.py --ignore unit/la/test_casters.py).
I'd also like to avoid running the bulk of actual unittests that don't exercise interactions with dependencies, since those aren't relevant for packaging, and failures aren't actionable here. So if you can point me to either a subset of tests that exercise the build and/or a subset of tests that that are most expensive and don't actually exercise interactions with dependencies so they can be safely excluded (looks like unit/fem/test_dof_permuting.py and unit/fem/test_element_integrals.py might be a start, is that accurate?)
Comment:
The tests at https://github.com/conda-forge/fenics-dolfinx-feedstock/blob/main/recipe/test-dolfinx.sh look very basic. Would it be possible to execute the entire Python test suite on 1 and 2 MPI ranks?
The text was updated successfully, but these errors were encountered: