Skip to content

Commit

Permalink
fix: Add signature to provide defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Apr 16, 2024
1 parent ca5f3cf commit c42be03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pineappl_py/src/fk_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ impl PyFkTable {
/// -------
/// numpy.ndarray(float) :
/// cross sections for all bins
#[pyo3(signature = (pdf_id, xfx, bin_indices = pyarray![].readonly(), lumi_cache = pyarray![].readonly()))]
pub fn convolute_with_one<'py>(
&self,
pdg_id: i32,
Expand Down

0 comments on commit c42be03

Please sign in to comment.