We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe1ca6 commit 54f6207Copy full SHA for 54f6207
1 file changed
pineappl/src/grid.rs
@@ -1642,7 +1642,7 @@ impl Grid {
1642
new_grid.metadata = self.metadata.clone();
1643
1644
new_grid.optimize_using(GridOptFlags::STRIP_EMPTY_ORDERS);
1645
- new_grid.optimize_using(GridOptFlags::STRIP_EMPTY_ORDERS);
+ new_grid.optimize_using(GridOptFlags::STRIP_EMPTY_CHANNELS);
1646
new_grid.optimize_using(GridOptFlags::MERGE_SAME_CHANNELS);
1647
1648
Ok(new_grid)
0 commit comments