Skip to content

Commit 1b5c6e5

Browse files
remove deprecated TODOs
1 parent 9c7ed1c commit 1b5c6e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pineappl_py/src/grid.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ impl PyGrid {
413413
CowArray::from(op.as_array().to_owned()),
414414
))
415415
}),
416-
// TODO: make `order_mask` a `Vec<f64>`
417416
&order_mask,
418417
xi,
419418
&AlphasTable { ren1, alphas },
@@ -478,7 +477,6 @@ impl PyGrid {
478477
CowArray::from(op.as_array().to_owned()),
479478
))
480479
}),
481-
// TODO: make `order_mask` a `Vec<f64>`
482480
&order_mask,
483481
xi,
484482
&AlphasTable { ren1, alphas },

0 commit comments

Comments
 (0)