ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
26 stars 11 forks source link

Order regression test differences by absolute value #3189

Closed jonmaddock closed 1 month ago

jonmaddock commented 1 month ago

Regression test differences currently are ranked from greatest positive to greatest negative: this is not helpful. They should be ranked by absolute value: we're interested in the greatest differences, not the sign.

timothy-nunn commented 1 month ago

Looks to be a duplicate of #3178

jonmaddock commented 1 month ago

Thanks, closing as duplicate.