From a883f29e61b7d0cf32b2da9a08e43917b6f539fa Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 2 Apr 2017 05:06:36 +0000 Subject: [PATCH] BF(TST): use = (native) instead of < (little endian) for target data types (#14832) Gbp-Pq: Name changeset_0699c89882133a41c250abdac02796fec84512e8.diff --- 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 39addbf4..6504e23a 100644 --- a/pandas/io/tests/parser/common.py +++ b/pandas/io/tests/parser/common.py @@ -1453,7 +1453,7 @@ j,-inF""" FutureWarning, check_stacklevel=False): data = 'a,b\n1,a\n2,b' expected = np.array([(1, 'a'), (2, 'b')], - dtype=[('a', '