Skip to content

Some small fixes (slurm and plots)

Sebastien Wertz requested to merge swertz/bamboo:smallFixes into master
  • On our system, sacct --format State%20" returns CANCELLED by (ID) instead of just CANCELLED -> change to only keep the first word from the status
  • TH2DModel and TH3DModel don't support mixing uniform and non-uniform binning for the different axes -> create VariableBinning for all axes if needed
  • Defining a DerivedPlot with a __ in the plot name results in a (cryptic) crash since it's assumed to be a separator between the actual plot name and the systematic variations -> protect against it

Merge request reports