()
| 4494 | @pytest.mark.xfail(condition=platform.machine().startswith("ppc64"), |
| 4495 | reason="IBM double double") |
| 4496 | def test_spacingl(): |
| 4497 | return _test_spacing(np.longdouble) |
| 4498 | |
| 4499 | def test_spacing_gfortran(): |
| 4500 | # Reference from this fortran file, built with gfortran 4.3.3 on linux |
nothing calls this directly
no test coverage detected