Commit 672534e8 authored by Daniel Williams's avatar Daniel Williams
Browse files

Some additional fixes to the test suite.

parent 8cc519d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ with open('HISTORY.rst') as history_file:
    history = history_file.read()

requirements = [
    
   'numpy',
   'matplotlib',
   'pandas',
+1 −3
Original line number Diff line number Diff line
@@ -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):