NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
13 stars 3 forks source link

Add Python interface for `Grid::fill*` methods #81

Closed cschwan closed 2 years ago

felixhekhorn commented 3 years ago

more then https://github.com/N3PDF/pineappl/blob/9c8e90af975ba712ac4e0a460b092d103eb63a5a/pineappl_py/src/grid.rs#L112 ?

cschwan commented 3 years ago

We also need Grid::fill_all and an array (numpy?) version of Grid::fill, to minimize the number of Python calls that would slow down filling of a grid.

alecandido commented 3 years ago

That's perfect, I don't believe it will take a long time to implement.

If you believe it's relevant, add this to the board.