Skip to content

Commit

Permalink
pip and angular weights in all pair counters, with fallback kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud De-Mattia committed Oct 13, 2021
1 parent 691d86c commit 1fa1a3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theory/python_bindings/_countpairs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2372,6 +2372,8 @@ static PyObject *countpairs_countpairs_s_mu(PyObject *self, PyObject *args, PyOb
&(options.c_api_timer),
&(options.instruction_set),
&weighting_method_str,
&PyArray_Type,&pair_weight_obj,
&PyArray_Type,&sep_pair_weight_obj,
&(options.bin_type))

) {
Expand Down

0 comments on commit 1fa1a3d

Please sign in to comment.