Skip to content

Commit d444cf6

Browse files
author
davidcorteso
committed
Updated setup name in zeeman test
1 parent 0a3cefc commit d444cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_time_zeeman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_TimeZeemanFast():
7373
nx = 10**i
7474
ny = nz = 10
7575
print('\nN = {} * {} * {} = '.format(nx, ny, nz, nx*ny*nz))
76-
mesh, frequency, spin, Ms = setup(nx, ny, nz)
76+
mesh, frequency, spin, Ms = fixture_setup(nx, ny, nz)
7777

7878
zee = TimeZeeman(time_fun_spatial, extra_args=[frequency])
7979
zee.setup(mesh, spin, Ms)

0 commit comments

Comments
 (0)