Chris Papageorgakis

Results 14 comments of Chris Papageorgakis

Can you check whether `_swig.py` exists? You can find the path by doing `fastjet.__path__` in the python prompt. Edit: that would check whether the link exists which is also useful....

Hmm, does it exist at all? `find . -name _swig.py`

To be honest, I am not familiar with editable installs, so I am not sure if we should expect a `build` folder or not. However, a `_swig.py` file should exist...

You are absolutely right. The way we handle masked arrays is wrong. Running ```python px, py, pz, E, offsets = self.extract_cons(self.data) print(offsets) ``` gives ```python array([ 0, 2, 4, 8,...