diff options
author | serge-sans-paille <serge.guelton@telecom-bretagne.eu> | 2021-11-26 15:46:22 +0100 |
---|---|---|
committer | serge-sans-paille <serge.guelton@telecom-bretagne.eu> | 2021-11-26 15:46:22 +0100 |
commit | 1d12621a4fe48e7022c16d481547ae66aee5cf94 (patch) | |
tree | 85f82fee83b0145b2db1563f88f4d16cd7809a9f | |
parent | 71eb742cad010623ec77931b118550605f475add (diff) | |
download | numpy-1d12621a4fe48e7022c16d481547ae66aee5cf94.tar.gz |
Rename _operand_flag_tests.c.src into numpy/core/src/umath/_operand_flag_tests.c
There's no templating annotation in _operand_flag_tests.c.src
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | numpy/core/setup.py | 2 | ||||
-rw-r--r-- | numpy/core/src/umath/_operand_flag_tests.c (renamed from numpy/core/src/umath/_operand_flag_tests.c.src) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 52997523c..b7c776b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,6 @@ numpy/core/src/npysort/sort.c numpy/core/src/private/npy_binsearch.h numpy/core/src/private/npy_partition.h numpy/core/src/private/templ_common.h -numpy/core/src/umath/_operand_flag_tests.c numpy/core/src/umath/_rational_tests.c numpy/core/src/umath/_struct_ufunc_tests.c numpy/core/src/umath/_umath_tests.c diff --git a/numpy/core/setup.py b/numpy/core/setup.py index a5f423d8f..17fbd99af 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1065,7 +1065,7 @@ def configuration(parent_package='',top_path=None): ####################################################################### config.add_extension('_operand_flag_tests', - sources=[join('src', 'umath', '_operand_flag_tests.c.src')]) + sources=[join('src', 'umath', '_operand_flag_tests.c')]) ####################################################################### # SIMD module # diff --git a/numpy/core/src/umath/_operand_flag_tests.c.src b/numpy/core/src/umath/_operand_flag_tests.c index c59e13baf..c59e13baf 100644 --- a/numpy/core/src/umath/_operand_flag_tests.c.src +++ b/numpy/core/src/umath/_operand_flag_tests.c |