Skip to content

Bugfix/sim telarray exe command

Mykhailo Dalchenko requested to merge bugfix/sim_telarray_exe_command into master

Description

  • Fix parameters ordering in the sim_telarray command related to input files
  • Improve process logging in "local" job submission mode
  • Allow overwriting of the config
  • Remove config clean up when submitting jobs (important, required for unsupervised running)

Related Issue

Fixes #9 (closed), #10 (closed) and #12 (closed)

How Has This Been Tested?

Tested locally in slc6 docker image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports