-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cleanup create_trajectories.sh with shellcheck #177
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #177 +/- ##
=======================================
Coverage 92.84% 92.84%
=======================================
Files 46 46
Lines 6720 6720
Branches 754 754
=======================================
Hits 6239 6239
Misses 469 469
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good to me
Cheers @JanosJiri. I'll merge after Jack tests it out on squirrel. |
Mostly cosmetic changes and cleanup.
One functional change: It is now possible to specify
submit_command=bash
if the trajectories are to be run directly on a machine (e.g. Squirrel or Hamilton nodes) instead of submitting to queing system. In this case, the launch scriptr.abin
doesn't need to be provided in the template directory.