Skip to content

Commit 9661017

Browse files
authored
Merge pull request #65 from ubermag/update-notebooks
Update notebooks
2 parents eeec9b1 + 5b82fab commit 9661017

33 files changed

+2158
-605
lines changed

.github/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- python==3.8
7+
- python==3.10
88
- pip
99
- oommf
1010
- pytest

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
auto-update-conda: true
2626
activate-environment: conda-environment
2727
environment-file: .github/environment.yml
28+
miniforge-version: latest
29+
miniforge-variant: Mambaforge
30+
use-mamba: true
2831

2932
# The first import (of discretisedfield) on Windows produces a failure in the notebook tests
3033
# (output mismatch) because of some (hidden) message on stderr (some IO error on Windows that

examples/07-tutorial-standard-problem3.ipynb

Lines changed: 35 additions & 29 deletions
Large diffs are not rendered by default.

examples/08-tutorial-standard-problem4.ipynb

Lines changed: 60 additions & 48 deletions
Large diffs are not rendered by default.

examples/09-tutorial-standard-problem5.ipynb

Lines changed: 22 additions & 10 deletions
Large diffs are not rendered by default.

examples/10-tutorial-standard-problem-fmr.ipynb

Lines changed: 20 additions & 8 deletions
Large diffs are not rendered by default.

examples/11-tutorial-deriving-fields.ipynb

Lines changed: 30 additions & 20 deletions
Large diffs are not rendered by default.

examples/12-tutorial-stray-field.ipynb

Lines changed: 25 additions & 13 deletions
Large diffs are not rendered by default.

examples/13-tutorial-skyrmion.ipynb

Lines changed: 707 additions & 29 deletions
Large diffs are not rendered by default.

examples/STT-dw-motion.ipynb

Lines changed: 39 additions & 25 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)