JADE-V-V / JADE

JADE, a novel nuclear data libraries V&V tool
GNU General Public License v3.0
23 stars 8 forks source link

fix standard deviation sheet #307

Closed dodu94 closed 3 months ago

dodu94 commented 3 months ago

Description

The standard deviation sheet was computed as the absolute difference between the results (reference-target) divided by the relative error value of the reference. The actual quantity of interest here is instead the absolute difference divided by the product of ref error times ref value in order to divide by the absolute error. This small PR fixes this issue in the Sphere and SphereSDDR benchmarks.

Type of change

Please select what type of change this is.