Skip to content

Commit

Permalink
remove deprecated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Sep 26, 2024
1 parent 9c7ed1c commit 1b5c6e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pineappl_py/src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ impl PyGrid {
CowArray::from(op.as_array().to_owned()),
))
}),
// TODO: make `order_mask` a `Vec<f64>`
&order_mask,
xi,
&AlphasTable { ren1, alphas },
Expand Down Expand Up @@ -478,7 +477,6 @@ impl PyGrid {
CowArray::from(op.as_array().to_owned()),
))
}),
// TODO: make `order_mask` a `Vec<f64>`
&order_mask,
xi,
&AlphasTable { ren1, alphas },
Expand Down

0 comments on commit 1b5c6e5

Please sign in to comment.