XENONnT / utilix

Package for XENON members to easily interface with RunDB, Midway batch queue, maybe Rucio (others?).
0 stars 6 forks source link

Fix compatibility issue with alea #89

Closed Microwave-WYB closed 6 months ago

Microwave-WYB commented 6 months ago

Fix compatibility issue with alea by implementing a complete argument list for submit_job. Also, a .editorconfig is added to enforce CLRF automatically (if supported by the editor).

yuema137 commented 6 months ago

I have tested with alea and it works well. This solves #88 as we add the explicit arguments back to the submit_jobs() to keep consistency but in the future I think batchq should handle all of the checks, so there is no need to check again in other packages using the submission module. @dachengx how does this sound to you?

dachengx commented 6 months ago

Better we(the users like Dacheng & Robert) test before merging next time? : )