()
| 49 | |
| 50 | @pytest.mark.skipif(string_to_longdouble_inaccurate, reason="Need strtold_l") |
| 51 | def test_str_roundtrip_bytes(): |
| 52 | o = 1 + LD_INFO.eps |
| 53 | assert_equal(np.longdouble(str(o).encode("ascii")), o) |
| 54 | |
| 55 | |
| 56 | @pytest.mark.skipif(string_to_longdouble_inaccurate, reason="Need strtold_l") |
nothing calls this directly
no test coverage detected
searching dependent graphs…