Skip to content

Commit b7d4e8d

Browse files
committed
rust: Improve as2 test case
1 parent 131f7d4 commit b7d4e8d

File tree

1 file changed

+1
-1
lines changed
  • crates/ekore/src/anomalous_dimensions/unpolarized/spacelike

1 file changed

+1
-1
lines changed

crates/ekore/src/anomalous_dimensions/unpolarized/spacelike/as2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ mod tests {
318318
(-79909.0 / 3375.0 + 194.0 * PI.pow(2) / 45.0 - 8.0 * ZETA3) * CA.pow(2)
319319
- 967.0 / 270.0 * CA * (NF as f64)
320320
+ 541.0 / 216.0 * CF * (NF as f64),
321-
epsilon = 1e-4 // lower numerical precision than python code?
321+
epsilon = 3e-5
322322
);
323323
}
324324

0 commit comments

Comments
 (0)