TST: add tests for coord_map function

This commit is contained in:
Gregory R. Lee
2015-08-13 23:39:53 -04:00
parent 7cfbd70204
commit a36ab880fc
3 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -15,11 +15,12 @@ def configuration(parent_package='', top_path=None):
cython(['geometry.pyx'], working_path=base_path)
cython(['transform.pyx'], working_path=base_path)
cython(['_interpolation_test.pyx'], working_path=base_path)
config.add_extension('geometry', sources=['geometry.c'])
config.add_extension('transform', sources=['transform.c'],
include_dirs=[get_numpy_include_dirs()])
config.add_extension('_interpolation_test', sources=['_interpolation_test.c'])
return config