You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the submit function supports the deps keyword, which will contain a list of Ipython async_results, representing the currently running jobs that his jobs depends on.
This will be implemented using the ipython temp_flags context manager for submitting with dependencies.
Assigning to myself and PR shortly.
The text was updated successfully, but these errors were encountered:
It would be nice if the submit function supports the
deps
keyword, which will contain a list of Ipythonasync_results
, representing the currently running jobs that his jobs depends on.This will be implemented using the ipython
temp_flags
context manager for submitting with dependencies.Assigning to myself and PR shortly.
The text was updated successfully, but these errors were encountered: