-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ENH]: Specify which shell to use when using junifer queue
#273
Conversation
This could be quite useful in my opinion. |
@LeSasse Can you check if the branch solves your issue? |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 1 1
=========================================
Hits 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Will check it |
ff54f47
to
a6d0bb8
Compare
ec24b7a
to
8600679
Compare
I think this branch needs a rebase: the dag files still use single quotes and submitting therefore fails. |
8600679
to
902aa4e
Compare
I see that the quotes are proper in |
thats quite odd because i actually cloned and checked out this branch just minutes before that comment, and after i rebased it locally it worked, but before, no. Ah no, this was supposed to go on the other PR #161 so thats the one that would need rebasing |
902aa4e
to
bedb8f7
Compare
junifer queue
Tested this now and it works. |
Are you requiring a new dataset or marker?
Which feature do you want to include?
I would like to be able to specify the shell that junifer uses to submit jobs. For some reason when using bash I could not get jobs to work. When using zsh by manually changing it, it seemed to work (maybe something from with my bash environment, maybe magic or maybe coincidence). Either way I think this could be a desirable feature. What do you think?
How do you imagine this integrated in junifer?
as a param that prints different text
Do you have a sample code that implements this outside of junifer?
No response
Anything else to say?
No response