Skip to content

Commit 357ea26

Browse files
Test 50 px buffer
1 parent ba98fb2 commit 357ea26

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

tests/functions/test_analytical_cases.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,11 @@ def test_compare_analytical_spherical_twopix_buffer(self):
182182
assert calculated_Bz.shape == DEFAULT_MATRIX
183183
assert Bz_analytical.shape == DEFAULT_MATRIX
184184

185-
# This next test currently gets killed from a memory error
186-
#@pytest.mark.integration
187-
@pytest.mark.xfail
188-
def test_compare_analytical_spherical_64px_buffer(self):
189-
assert False
190-
# geometry_type='spherical'
191-
# buffer=64
192-
# compare_to_analytical_internal(geometry_type, buffer=buffer)
185+
@pytest.mark.integration
186+
def test_compare_analytical_spherical_50px_buffer(self):
187+
geometry_type='spherical'
188+
buffer=50
189+
compare_to_analytical_internal(geometry_type, buffer=buffer)
193190

194191
# Matrix tests
195192
@pytest.mark.integration

0 commit comments

Comments
 (0)