File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ that the results are **exactly** the same, otherwise it is flagged as failed ❌
1111
1212 The failures in the computations of $xf_i (x, Q^2)$ are not genuine and the failed
1313 runs need to be re-generated in order for them to succeed. For instance, the
14- `Items are not equal` error is a result of how negative values are addressed. The
15- `NeoPDF` runs used `ForcePositive::ClipSmall` to clip negative values to `1e-10`
16- and upon using `ForcePositive::NoClipping` the results will be the same. Similarly,
17- the error `Process failed: thread` is because, for some reasons, the sets were not
18- available due to failures in downloading them.
14+ `Items are not equal` error is a result of how negative values are addressed. For
15+ these PDF sets, negative values in `LHAPDF` are clipped to zero as harcoded in the
16+ metadata `ForcePositive: 1` while `NeoPDF` uses by default `ForcePositive::NoClipping`
17+ unless `ForcePositive::ClipNegative` is enforced. Upon doing so, the results will be
18+ exactly the same. Similarly, the error `Process failed: thread` is because, for some
19+ reasons, the sets were not available due to failures in downloading them.
1920
2021 | PDF Set | Benchmark | Error Details |
2122 |---------|----------|---------------|
You can’t perform that action at this time.
0 commit comments