Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janw20 committed May 6, 2024
1 parent 503c12c commit 2159c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pineappl_cli/src/export/applgrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ pub fn convert_into_applgrid(
.map(|&x2| {
appl_x2
.iter()
// .position(|&x| approx_eq!(f64, x, x2, ulps = 128, epsilon = 1e-12))
.position(|&x| approx_eq!(f64, x, x2, ulps = 512))
.map_or_else(
|| {
Expand Down

0 comments on commit 2159c87

Please sign in to comment.