Skip to content

Commit 40fa604

Browse files
committed
large floats
1 parent 318386b commit 40fa604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas_datareader/tests/test_econdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def test_get_tourism(self):
4242
df = df.astype(np.float)
4343
jp = np.array([8351000, 6790000, 8611000, 6219000,
4444
8368000], dtype=float)
45-
us = np.array([175702309, 160507417, 164079732, 167600277,
46-
171320408], dtype=float)
45+
us = np.array([175702304, 160507424, 164079728, 167600272,
46+
171320416], dtype=float)
4747
index = pd.date_range('2008-01-01', '2012-01-01', freq='AS',
4848
name='TIME_PERIOD')
4949

0 commit comments

Comments
 (0)