1
0
Fork 0

Merge pull request #11 from pglez82/protocols

removing log message
This commit is contained in:
Alejandro Moreo Fernandez 2022-06-23 10:25:22 +02:00 committed by GitHub
commit a4c97e0f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ def parallel(func, args, n_jobs):
that takes the `quapy.environ` variable as input silently
"""
print('n_jobs',n_jobs)
def func_dec(environ, *args):
qp.environ = environ.copy()
qp.environ['N_JOBS'] = 1