Skip to content

Commit 9be1cc3

Browse files
authored
Merge pull request #123 from computationalmodelling/bugfix-sk-number-test
Bugfix sk number test
2 parents 5f02b09 + e5c8c88 commit 9be1cc3

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

.hgignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Weiwei Wang, Marc-Antonio Bisotti, David Cortes, Mark Vousden, Beckie Carey, Marijan Beg, Hans Fangohr
1+
Weiwei Wang, Marc-Antonio Bisotti, David Cortes, Thomas Kluyver, Mark Vousden, Ryan Pepper, Oliver Laslett, Rebecca Carey, and Hans Fangohr

fidimag/common/skyrmion_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def skyrmion_number_lee(sim):
107107
skyrmionNumbers[zI] = fidimag.extensions.clib.compute_skyrmion_number(\
108108
spinSlice, sim._skx_number, sim.mesh.nx,
109109
sim.mesh.ny, sim.mesh.nz,
110-
sim.mesh.neighbours)
110+
sim.mesh.neighbours, 6)
111111

112112
# Return the average. This is equivalent to the integral in the equation.
113113
return skyrmionNumbers.mean()

0 commit comments

Comments
 (0)