Skip to content

Commit

Permalink
Fix grammatical mistakes from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
cschwan and felixhekhorn authored Nov 4, 2024
1 parent 84a4e97 commit 5731806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pineappl/src/interpolation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ mod tests {
.node_values();

for &x in &x_ref {
// these two functions should are inverse to each other, within numerical noise
// these two functions should be inverse to each other, within numerical noise
assert!(applgrid::fx2(applgrid::fy2(x)).ulps(&x) < 4);
}
}
Expand All @@ -750,7 +750,7 @@ mod tests {
.node_values();

for &q2 in &q2_ref {
// these two functions should are inverse to each other, within numerical noise
// these two functions should be inverse to each other, within numerical noise
assert!(applgrid::fq20(applgrid::ftau0(q2)).ulps(&q2) < 4);
}
}
Expand Down

0 comments on commit 5731806

Please sign in to comment.