Skip to content

Commit

Permalink
rust: Improve as2 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 23, 2024
1 parent 131f7d4 commit b7d4e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ mod tests {
(-79909.0 / 3375.0 + 194.0 * PI.pow(2) / 45.0 - 8.0 * ZETA3) * CA.pow(2)
- 967.0 / 270.0 * CA * (NF as f64)
+ 541.0 / 216.0 * CF * (NF as f64),
epsilon = 1e-4 // lower numerical precision than python code?
epsilon = 3e-5
);
}

Expand Down

0 comments on commit b7d4e8d

Please sign in to comment.