We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131f7d4 commit b7d4e8dCopy full SHA for b7d4e8d
crates/ekore/src/anomalous_dimensions/unpolarized/spacelike/as2.rs
@@ -318,7 +318,7 @@ mod tests {
318
(-79909.0 / 3375.0 + 194.0 * PI.pow(2) / 45.0 - 8.0 * ZETA3) * CA.pow(2)
319
- 967.0 / 270.0 * CA * (NF as f64)
320
+ 541.0 / 216.0 * CF * (NF as f64),
321
- epsilon = 1e-4 // lower numerical precision than python code?
+ epsilon = 3e-5
322
);
323
}
324
0 commit comments