From 41be4d2ab86833fe6f087db74c0dbf176e7c5d50 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 12 Nov 2019 01:11:13 -0800 Subject: [PATCH] more cleanup --- meanas/test/test_fdfd.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meanas/test/test_fdfd.py b/meanas/test/test_fdfd.py index 43eba25..d3c174c 100644 --- a/meanas/test/test_fdfd.py +++ b/meanas/test/test_fdfd.py @@ -64,7 +64,13 @@ def pmc(request): 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): j = numpy.zeros(shape, dtype=complex) center_mask = numpy.zeros(shape, dtype=bool)