Skip to content

Commit

Permalink
Merge branch 'nb-testrunnere' into 'master'
Browse files Browse the repository at this point in the history
[ci,nb] Refactored notebook testrunner.

See merge request ogs/ogs!4762
  • Loading branch information
bilke committed Oct 13, 2023
2 parents 0be7f58 + 461d280 commit 2169204
Show file tree
Hide file tree
Showing 40 changed files with 3,130 additions and 2,157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"id": "34c87f77-b604-4200-b102-da8290ef81b3",
"metadata": {},
"source": [
"+++\n",
"title = \"SteadyStateDiffusion Cube Test\"\n",
"date = \"2021-11-09\"\n",
"author = \"Lars Bilke\"\n",
"web_subsection = \"elliptic\"\n",
"draft = true\n",
"<!--eofm-->\n"
"+++\n"
]
},
{
Expand Down
543 changes: 371 additions & 172 deletions Tests/Data/HydroMechanics/SeabedResponse/Stationary_waves.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"cells": [
{
"cell_type": "raw",
"cell_type": "markdown",
"id": "bb0907b4-4e26-4c4e-ab1f-22b5330cb1d2",
"metadata": {},
"source": [
"+++\n",
"title = \"Linear elasticity: disc with hole convergence study\"\n",
"date = \"2022-09-15\"\n",
"author = \"Linda Günther, Sophia Einspänner, Robert Habel, Christoph Lehmann and Thomas Nagel\"\n",
"web_subsection = \"small-deformations\"\n",
"<!--eofm-->"
"+++"
]
},
{
Expand Down Expand Up @@ -76,6 +77,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -107,7 +109,8 @@
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -307,6 +310,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand All @@ -322,6 +326,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [
Expand Down Expand Up @@ -562,6 +567,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -597,6 +603,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand All @@ -615,6 +622,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [
Expand Down Expand Up @@ -666,6 +674,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -920,6 +929,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -947,6 +957,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -975,6 +986,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -1042,6 +1054,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [
Expand Down Expand Up @@ -1642,6 +1655,7 @@
"jupyter": {
"source_hidden": true
},
"lines_to_next_cell": 2,
"tags": []
},
"outputs": [
Expand Down
15 changes: 11 additions & 4 deletions Tests/Data/Mechanics/Linear/SimpleMechanics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"id": "96f29a77",
"metadata": {},
"source": [
"+++\n",
"title = \"SimpleMechanics\"\n",
"date = \"2021-09-10\"\n",
"author = \"Lars Bilke, Jörg Buchwald\"\n",
"web_subsection = \"small-deformations\"\n",
"<!--eofm-->"
"+++\n"
]
},
{
Expand All @@ -24,7 +25,9 @@
"cell_type": "code",
"execution_count": 19,
"id": "420713a5-74d6-47ad-815c-4ca9e7e914bf",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"import os\n",
Expand All @@ -38,7 +41,9 @@
"cell_type": "code",
"execution_count": 27,
"id": "8da3a8e8-be97-4092-88a9-1fb7792fa644",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -179,7 +184,9 @@
"cell_type": "code",
"execution_count": 26,
"id": "1d730e79",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [
{
"data": {
Expand Down
Loading

0 comments on commit 2169204

Please sign in to comment.