projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5ef38
)
TST: Fix converter test for MPL1.4
author
sinhrks
<sinhrks@gmail.com>
Mon, 6 Oct 2014 15:53:42 +0000
(15:53 +0000)
committer
Yaroslav Halchenko
<debian@onerussian.com>
Mon, 6 Oct 2014 15:53:42 +0000
(15:53 +0000)
Gbp-Pq: Name changeset_314012d.diff
pandas/tseries/tests/test_converter.py
patch
|
blob
|
history
diff --git
a/pandas/tseries/tests/test_converter.py
b/pandas/tseries/tests/test_converter.py
index 902b9cb549e327d934168ac9ee82e6140fe6b992..039a5642048646cdcdb0bd6ec8c73d1274c95c06 100644
(file)
--- a/
pandas/tseries/tests/test_converter.py
+++ b/
pandas/tseries/tests/test_converter.py
@@
-74,7
+74,7
@@
class TestDateTimeConverter(tm.TestCase):
for freq in ('B', 'L', 'S'):
dateindex = tm.makeDateIndex(k = 10, freq = freq)
rs = self.dtc.convert(dateindex, None, None)
- xp = converter.dates.date2num(dateindex)
+ xp = converter.dates.date2num(dateindex
._mpl_repr()
)
np_assert_almost_equal(rs, xp, decimals)
def test_resolution(self):