Skip to content

Commit b16094d

Browse files
Merge remote-tracking branch 'origin/master' into cvode_bug
2 parents 787181f + a0df365 commit b16094d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: fidimag_docs
33

44
# add channel for pandoc
55
channels:
6-
- asmeurer
6+
- ccordoba12
77

88
dependencies:
99
- pandoc

tests/mini_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import fidimag as f
2+
3+
mesh = f.common.CuboidMesh(nx=5, ny=1, nz=1)
4+
sim = f.micro.Sim(mesh)
5+
6+
sim.set_m([0., 0., 1.])

0 commit comments

Comments
 (0)