@pytest.mark.parametrize('stride', [-4, -2, -1, 1, 2, 4]) @pytest.mark.parametrize('dtype', ['f', 'd']) @pytest.mark.skipif(not sys.platform.startswith('linux'), reason='np.frexp gives different answers for NAN/INF on windows and linux') deftest_frexp(self, dtype, stride):