Skip to content

Fix small bug for hists with variable bins; different slurm behaviour

Sebastien Wertz requested to merge swertz/bamboo:smallBug into master
  • Fix crash if the user defines a variable bin array using python ints (e.g. [10, 20, 30])
  • After a slurm update at our cluster the job monitoring broke because sacct always returns two lines per job. I think the proposed change would not affect the behaviour at UCL?

Merge request reports