| galaxy_parameters_test.py | galaxy_parameters_test.py | |||
|---|---|---|---|---|
| import unittest | import unittest | |||
| import numpy as np | import numpy as np | |||
| from numpy import ndarray | from numpy import ndarray | |||
| import os, sys | import os | |||
| sys.path.append('../') | ||||
| import galpak | import galpak | |||
| from tests.tools.numeric_assertions import NumericAssertions | from tests.tools.numeric_assertions import NumericAssertions | |||
| GalaxyParameters = galpak.DefaultModel().parameters_class() | GalaxyParameters = galpak.DefaultModel().parameters_class() | |||
| class GalaxyParametersTest(unittest.TestCase, NumericAssertions): | class GalaxyParametersTest(unittest.TestCase, NumericAssertions): | |||
| longMessage = True | longMessage = True | |||
| End of changes. 1 change blocks. | ||||
| 2 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||