Skip to content

Commit 1fa1a3d

Browse files
author
Arnaud De-Mattia
committed
pip and angular weights in all pair counters, with fallback kernel
1 parent 691d86c commit 1fa1a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theory/python_bindings/_countpairs.c

+2
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,8 @@ static PyObject *countpairs_countpairs_s_mu(PyObject *self, PyObject *args, PyOb
23722372
&(options.c_api_timer),
23732373
&(options.instruction_set),
23742374
&weighting_method_str,
2375+
&PyArray_Type,&pair_weight_obj,
2376+
&PyArray_Type,&sep_pair_weight_obj,
23752377
&(options.bin_type))
23762378

23772379
) {

0 commit comments

Comments
 (0)