more cleanup
This commit is contained in:
parent
318f361f61
commit
41be4d2ab8
@ -64,7 +64,13 @@ def pmc(request):
|
|||||||
yield request.param
|
yield request.param
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(params=['center', 'diag'])
|
#@pytest.fixture(scope='module',
|
||||||
|
# params=[(25, 5, 5)])
|
||||||
|
#def shape(request):
|
||||||
|
# yield (3, *request.param)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture(params=['diag']) #'center'
|
||||||
def j_distribution(request, shape, j_mag):
|
def j_distribution(request, shape, j_mag):
|
||||||
j = numpy.zeros(shape, dtype=complex)
|
j = numpy.zeros(shape, dtype=complex)
|
||||||
center_mask = numpy.zeros(shape, dtype=bool)
|
center_mask = numpy.zeros(shape, dtype=bool)
|
||||||
|
Loading…
Reference in New Issue
Block a user