From 97c0344952cdfdbac81ec95734a1f2086784ca7d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 8 Dec 2016 17:49:37 +0000 Subject: [PATCH] BF(TST): use = (native) instead of < (little endian) for target data types --- pandas/io/tests/parser/common.py | 14 +++++++------- pandas/tests/series/test_datetime_values.py | 2 +- pandas/tseries/tests/test_timeseries.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pandas/io/tests/parser/common.py b/pandas/io/tests/parser/common.py index 6eb73876c11dd..b6d1d4bb09f56 100644 --- a/pandas/io/tests/parser/common.py +++ b/pandas/io/tests/parser/common.py @@ -1453,7 +1453,7 @@ def test_as_recarray(self): FutureWarning, check_stacklevel=False): data = 'a,b\n1,a\n2,b' expected = np.array([(1, 'a'), (2, 'b')], - dtype=[('a', '