Shing C

Results 55 comments of Shing C

@chlubba @benfulcher There seems to be some memory leakage, which may explain the segmentation fault. Here's a simple example: ```python for _ in range(1000000): catch22_all(np.random.randn(1000)) ``` Run the above and...

The above is not a far-fetched example: It is common to break a long timeseries into small windows and do feature extraction in each window -- in other words, a...

Hi @chlubba I'm using the Python wrapper. The full example above would be: ```python import numpy as np from catch22 import catch22_all for _ in range(1000000): catch22_all(np.random.randn(1000)) ``` When running...

When you run `java --version` in the terminal, what does it show?

Ah you're right. Thanks again. All I gotta do is some piping work in here: https://github.com/OxWearables/stepcount/blob/2f98d72eaea18e439fc8b92fcc573fb83b73bc90/src/stepcount/stepcount.py#L331 Actipy also already supports cwa.zip, cwa.gz, gt3x.zip, etc...

What version of python are you using? Is it 3.11? You can try `python --version` Is it MacOS? @angerhang I think you had a similar issue before.

@StephenLeonardGreen Are you able to download https://wearables-files.ndph.ox.ac.uk/files/models/stepcount/ssl-20230208.joblib.lzma from any browser? If you click the link, does it download a file?

Try updating the certificates: ``` pip install --upgrade certifi ```

What version of `joblib` are you using? File **14** worked for me: ![image](https://user-images.githubusercontent.com/5551642/223144149-65e00392-4a6f-42b6-87a3-420c17d12358.png) But something is going on with file **29**, it's getting stuck. I'll keep looking...

Can you share the details of the machine you used to reproduce this error? First time seeing it