We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a00c4 + 510d350 commit 58e8676Copy full SHA for 58e8676
pandas/io/tests/test_fred.py
@@ -29,7 +29,7 @@ def test_fred(self):
29
try:
30
self.assertEquals(
31
web.DataReader("GDP", "fred", start, end)['GDP'].tail(1),
32
- 16010.2)
+ 16004.5)
33
34
self.assertRaises(
35
Exception,
0 commit comments