|
| job_name = self.task_id |
| set the job name (inherited variable)
|
|
Simple task that defines the configuration of the LSF batch submission.
Definition at line 183 of file combined_to_pxd_ckf_mva_training.py.
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
Constructor.
Definition at line 193 of file combined_to_pxd_ckf_mva_training.py.
193 def __init__(self, *args, **kwargs):
194 """Constructor."""
195 super().__init__(*args, **kwargs)
196
197 self.job_name = self.task_id
198
199
◆ batch_system
◆ job_name
◆ queue
The documentation for this class was generated from the following file: