Skip to content

Commit

Permalink
add small new_dask_client wrapper for transition from SGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Rudoler committed Apr 5, 2023
1 parent f5c9135 commit 6482972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmldask/CMLDask.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import traceback
import pickle

def new_dask_client(*args, **kwargs):
'''Temporary wrapper for new_dask_client_sge for transition.'''
return new_dask_client_sge(*args, **kwargs)

def new_dask_client_sge(
job_name,
Expand Down

0 comments on commit 6482972

Please sign in to comment.