Skip to content

Commit

Permalink
[JN/Bbar] Using py file for the JupyterNote book tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing authored and bilke committed Nov 15, 2024
1 parent 44c94d3 commit 8f3724c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,547 deletions.
4 changes: 2 additions & 2 deletions ProcessLib/SmallDeformation/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ AddTest(
)

if(NOT OGS_USE_PETSC)
NotebookTest(NOTEBOOKFILE Mechanics/CooksMembrane/CooksMembraneBbar.ipynb RUNTIME 1)
NotebookTest(NOTEBOOKFILE Mechanics/CooksMembrane/CooksMembraneBbar.py RUNTIME 1)
NotebookTest(NOTEBOOKFILE Mechanics/Linear/SimpleMechanics.ipynb RUNTIME 5)
NotebookTest(NOTEBOOKFILE Mechanics/EvaluatingBbarWithSimpleExamples/evaluating_bbbar_with_simple_examples.ipynb RUNTIME 5)
NotebookTest(NOTEBOOKFILE Mechanics/EvaluatingBbarWithSimpleExamples/evaluating_bbbar_with_simple_examples.py RUNTIME 5)
NotebookTest(NOTEBOOKFILE Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole.md RUNTIME 15)
if(NOT WIN32)
NotebookTest(NOTEBOOKFILE Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole_convergence_analysis.ipynb RUNTIME 40)
Expand Down
528 changes: 0 additions & 528 deletions Tests/Data/Mechanics/CooksMembrane/CooksMembraneBbar.ipynb

This file was deleted.

Loading

0 comments on commit 8f3724c

Please sign in to comment.