Skip to content

Commit 9386a85

Browse files
committed
Fix skyrmion number test which was not being picked up by test suite and which was failing
1 parent 200183a commit 9386a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)