-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jobid feature #55
Jobid feature #55
Conversation
Thanks for the PR! I think there is an issue here that is causing the travis-ci check to fail. It looks like if you call |
Hi again @grabear , I will take over working on this to resolve the error. I am a little nervous it will break backward compatibility as implemented, so I will need to check and make sure before merging the final PR. |
@grabear if you don't mind, please give me write access to your forked repo so that I can push a commit on top of your PR commits. thanks! |
@qdread Hey sorry for the late response. I just started going back to work again. I'll give you permissions on my branch. |
You're good to go. Seem's like a pretty easy fix. Let me know if you need some assistance! |
Sorry for the many commits. The fix itself was easy, but I think the behavior of |
@qdread Cheers! 🍻 Glad you got it working. Sorry for not responding sooner. I have a work account now, so I often forget to check my personal account. |
#54
This PR adds the slurm JobID to the slurm_job object, which is returned after submitting jobs. This will be helpful for create slurm dependencies.