pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
195 stars 86 forks source link

Core Dump when calculating Supremum Distance Matrix #141

Closed madarax64 closed 1 year ago

madarax64 commented 4 years ago

Hello, I was using PyUnicorn for RQA on some dataset. However, I get the following error on some samples, which terminates my program with a core dump:

Calculating the supremum distance matrix...
corrupted size vs. prev_size
Aborted (core dumped)

I'm running on Python 3.6 on Ubuntu 18.04 via WSL. Any help with this would be really really appreciated.

Thanks in advance

ntfrgl commented 1 year ago

@fkuehlein, this might be related to #128.

fkuehlein commented 1 year ago

Agreed. RecurrencePlot and CrossRecurrencePlot are the only classes that calculate the supremum distance matrix, which was fixed in the above commits.

This issue can therefore be closed.