ConSol-Lab / gourd

a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
4 stars 0 forks source link

Make label.priority optional #25

Closed andtsa closed 1 month ago

andtsa commented 1 month ago

Label priority defaults to 0. Having two labels present for the same run is undefined behaviour if neither have a priority specified, but it is the user's responsibility to avoid this.

lchladek commented 1 month ago

Looks good to me. Update the documentation to say that this 'undefined behavior' is the default now though.