8000 cln · jeremiedbb/scikit-learn@f37ca84 · GitHub
[go: up one dir, main page]

Skip to content

Commit f37ca84

Browse files
committed
cln
1 parent 8e65e19 commit f37ca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/_build_utils/openmp_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
""")
3939

4040

41-
def compile_test_program(CCODE, extra_preargs=[], extra_postargs=[]):
41+
def compile_test_program(code, extra_preargs=[], extra_postargs=[]):
4242
"""Check that some C code can be compiled and run"""
4343
ccompiler = new_compiler()
4444
customize_compiler(ccompiler)

0 commit comments

Comments
 (0)
0