Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852cd10 commit 0f57b42Copy full SHA for 0f57b42
1 file changed
numpy/core/setup.py
@@ -238,7 +238,6 @@ def check_prec(prec):
238
fp.close()
239
precname = {'f':'FLOAT', '':'DOUBLE', 'l':'LONGDOUBLE'}[prec]
240
for f in exists:
241
- print("ERIC1")
242
body = obody.replace('PYTESTPRECISION', precname).replace('PYTESTFUNC', f.upper())
243
if config.try_run(body, libraries=mathlibs):
244
priv.append((fname2def(f + prec), 1))
0 commit comments