Skip to content

Commit

Permalink
Remove FkTable.optimize even from python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Oct 18, 2021
1 parent 2c0c64f commit c422fb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pineappl_py/src/fk_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@ impl PyFkTable {
self.fk_table.write(File::create(path).unwrap()).unwrap();
}

/// Optimize grid.
///
/// **Usage:** `pineko`
///
pub fn optimize(&mut self) {
self.fk_table.optimize();
}

/// Convolute grid with pdf.
///
/// **Usage:** `pineko`
Expand Down

0 comments on commit c422fb6

Please sign in to comment.