We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98fb2 commit 357ea26Copy full SHA for 357ea26
1 file changed
tests/functions/test_analytical_cases.py
@@ -182,14 +182,11 @@ def test_compare_analytical_spherical_twopix_buffer(self):
182
assert calculated_Bz.shape == DEFAULT_MATRIX
183
assert Bz_analytical.shape == DEFAULT_MATRIX
184
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)
+ @pytest.mark.integration
+ def test_compare_analytical_spherical_50px_buffer(self):
+ geometry_type='spherical'
+ buffer=50
+ compare_to_analytical_internal(geometry_type, buffer=buffer)
193
194
# Matrix tests
195
@pytest.mark.integration
0 commit comments