Skip to content

Commit

Permalink
Add comment to check for possible bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 24, 2023
1 parent 890c2fb commit 082a764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pineappl/src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,8 @@ impl Grid {
// UNWRAP: if we can't compare two numbers there's a bug
fac1.sort_by(|a, b| a.partial_cmp(b).unwrap());

// TODO: here there's possibly is a bug if xif isn't one

// make sure we've evolved all slices
if let Some(muf2) = self.evolve_info(&order_mask).fac1.into_iter().find(|&x| {
!fac1
Expand Down

0 comments on commit 082a764

Please sign in to comment.