1
0
Fork 0

removing log message

This commit is contained in:
Pablo González 2022-06-21 11:07:00 +02:00
parent 8f6aa629b8
commit cf7d37c793
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 that takes the `quapy.environ` variable as input silently
""" """
print('n_jobs',n_jobs)
def func_dec(environ, *args): def func_dec(environ, *args):
qp.environ = environ.copy() qp.environ = environ.copy()
qp.environ['N_JOBS'] = 1 qp.environ['N_JOBS'] = 1