|
10 | 10 | class TestModuleImports(unittest.TestCase): |
11 | 11 |
|
12 | 12 | def test_import_ascii_table(self): |
13 | | - import NuGridPy.ascii_table |
| 13 | + import nugridpy.ascii_table |
14 | 14 |
|
15 | 15 | def test_import_astronomy(self): |
16 | | - import NuGridPy.astronomy |
| 16 | + import nugridpy.astronomy |
17 | 17 |
|
18 | 18 | def test_import_data_plot(self): |
19 | | - import NuGridPy.data_plot |
| 19 | + import nugridpy.data_plot |
20 | 20 |
|
21 | 21 | def test_import_grain(self): |
22 | | - import NuGridPy.grain |
| 22 | + import nugridpy.grain |
23 | 23 |
|
24 | 24 | def test_import_h5T(self): |
25 | | - import NuGridPy.h5T |
| 25 | + import nugridpy.h5T |
26 | 26 |
|
27 | 27 | def test_import_mesa(self): |
28 | | - import NuGridPy.mesa |
| 28 | + import nugridpy.mesa |
29 | 29 |
|
30 | 30 | def test_import_nugridse(self): |
31 | | - import NuGridPy.nugridse |
| 31 | + import nugridpy.nugridse |
32 | 32 |
|
33 | 33 | def test_import_ppn(self): |
34 | | - import NuGridPy.ppn |
| 34 | + import nugridpy.ppn |
35 | 35 |
|
36 | 36 | def test_import_utils(self): |
37 | | - import NuGridPy.utils |
| 37 | + import nugridpy.utils |
38 | 38 |
|
39 | 39 | class TestAbuChart(unittest.TestCase): |
40 | 40 |
|
41 | 41 | def test_abu_chart(self): |
42 | | - from NuGridPy import utils,ppn,data_plot |
| 42 | + from nugridpy import utils,ppn,data_plot |
43 | 43 | import matplotlib |
44 | 44 | matplotlib.use('agg') |
45 | 45 | import matplotlib.pylab as mpy |
@@ -88,7 +88,7 @@ def test_abu_chart(self): |
88 | 88 |
|
89 | 89 |
|
90 | 90 | def test_abu_evolution(self): |
91 | | - from NuGridPy import ppn, utils |
| 91 | + from nugridpy import ppn, utils |
92 | 92 | import matplotlib |
93 | 93 | matplotlib.use('agg') |
94 | 94 | import matplotlib.pylab as mpy |
|
0 commit comments