We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeedff commit b713daeCopy full SHA for b713dae
pandas/io/tests/test_data.py
@@ -396,10 +396,9 @@ def test_read_famafrench(self):
396
class TestFred(tm.TestCase):
397
@network
398
def test_fred(self):
399
- """
400
- Throws an exception when DataReader can't get a 200 response from
401
- FRED.
402
+
+ # Throws an exception when DataReader can't get a 200 response from
+ # FRED.
403
404
start = datetime(2010, 1, 1)
405
end = datetime(2013, 1, 27)
0 commit comments