We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b1e67 commit c336a46Copy full SHA for c336a46
pineappl/src/interpolation.rs
@@ -20,7 +20,7 @@ mod applgrid {
20
let mut yp = y;
21
let mut deltap = f64::INFINITY;
22
23
- for _ in 0..10 {
+ for _ in 0..15 {
24
let x = (-yp).exp();
25
let delta = (1.0 - x).mul_add(-5.0, y - yp);
26
if (delta == 0.0) || ((delta.abs() < 2e-15) && (delta.abs() >= deltap.abs())) {
0 commit comments