scientificcomputing / mpi-tutorial

An MPI tutorial in Python
https://scientificcomputing.github.io/mpi-tutorial/
MIT License
5 stars 2 forks source link

restore dolfinx tutorial notebook builds #30

Closed minrk closed 1 year ago

minrk commented 1 year ago

27 stopped building the fenics notebook because it was crashing. We should re-enable it in a PR so we can more easily debug what's going wrong before merging it back into main by removing the exclude_patterns config from _config.yml:

--- a/_config.yml
+++ b/_config.yml
@@ -10,9 +10,6 @@ logo: logo.png
 execute:
   execute_notebooks: force
   timeout: 1800
-  exclude_patterns:
-    # temporarily skip dolfinx rebuild so we can figure it out
-    - notebooks/dolfinx_MPI_tutorial*