Skip to content

Commit f2223fb

Browse files
committed
Ignore some more outputs for nbval
1 parent 55c38cf commit f2223fb

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

doc/ipynb/1d_domain_wall.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
}
106106
],
107107
"source": [
108+
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
108109
"Ms = 8.6e5 # magnetisation saturation (A/m)\n",
109110
"A = 1.3e-11 # exchange energy constant (J/m)\n",
110111
"K1 = 1.86e5 # anisotropy energy constant (J/m**3)\n",

doc/ipynb/current-driven-domain-wall.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@
952952
}
953953
],
954954
"source": [
955+
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
955956
"excite_system(mesh, 1.5e-9, 151);"
956957
]
957958
},

doc/ipynb/spin-polarised-current-driven-skyrmion.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
}
106106
],
107107
"source": [
108+
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
108109
"Ms = 1e6 # magnetisation saturation (A/m)\n",
109110
"A = 13e-11 # exchange stiffness (J/m)\n",
110111
"D = 5e-2 # DMI constant (J/m**2)\n",
@@ -289,6 +290,7 @@
289290
}
290291
],
291292
"source": [
293+
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
292294
"sim2 = Sim(mesh, driver='llg_stt') # create simulation object\n",
293295
"\n",
294296
"# Set parameters.\n",

doc/ipynb/standard_problem_4.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@
10501050
}
10511051
],
10521052
"source": [
1053+
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
10531054
"import matplotlib.pyplot as plt\n",
10541055
"%matplotlib inline\n",
10551056
"from fidimag.common.fileio import DataReader\n",

doc/ipynb/tutorial-basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
],
14591459
"source": [
14601460
"# PYTEST_VALIDATE_IGNORE_OUTPUT\n",
1461-
"ls"
1461+
"%ls"
14621462
]
14631463
},
14641464
{

0 commit comments

Comments
 (0)