Skip to content

Commit

Permalink
correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 7, 2024
1 parent e6099c4 commit ef65997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
assert os.system(f"rm {file_copy}") == 0

# Skip examples that use fmm or legacy FEniCS
if run_tests and i[:-3] not in [
if run_notebooks and i[:-3] not in [
"dirichlet_weak_imposition",
"simple_helmholtz_fem_bem_coupling_dolfin"
]:
Expand Down

0 comments on commit ef65997

Please sign in to comment.