Loading setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ 'numpy', 'matplotlib', 'pandas', Loading tests/test_sources.py +1 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,7 @@ def download_nr(url): attempts += 1 print type(e) return fname.strip(".gz") download_nr(ott_data_url) return fname.strip(".gz")] class TestMinkeSources(unittest.TestCase): def setUp(self): Loading Loading
setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ 'numpy', 'matplotlib', 'pandas', Loading
tests/test_sources.py +1 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,7 @@ def download_nr(url): attempts += 1 print type(e) return fname.strip(".gz") download_nr(ott_data_url) return fname.strip(".gz")] class TestMinkeSources(unittest.TestCase): def setUp(self): Loading