Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Dump when calculating Supremum Distance Matrix #141

Closed
madarax64 opened this issue May 31, 2020 · 2 comments
Closed

Core Dump when calculating Supremum Distance Matrix #141

madarax64 opened this issue May 31, 2020 · 2 comments
Labels
Milestone

Comments

@madarax64
Copy link

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 added a commit that referenced this issue Apr 8, 2022
- Single-source Cython/C type definitions: `core._ext.types`
- Introduce semantic type aliases: ADJ, NODE, DEGREE, WEIGHT, FIELD, etc.
- Remove deprecated type aliases: `np.{int|float}`
- Replace C type aliases by Numpy type aliases
- Add missing Numpy type casts before Python/Cython boundary
- Disambiguate `timeseries._ext.numerics._twin_surrogates_{s|r}`
  (blame: 098489b & 2f6a5b9)
- Fix some broken output pointers
- Reduce redundant copying
- Vectorize some simple Python loops
- Eliminate some dead code
- Potentially related issues: #128, #141, #142, #145
ntfrgl added a commit that referenced this issue Jul 10, 2023
- Incorrect indexing dimensions
- Potentially related issues: #128, #141, #145
ntfrgl added a commit that referenced this issue Jul 10, 2023
- Follow-up to 0ce39ae
- Potentially related issues: #128, #141, #145
@ntfrgl
Copy link
Member

ntfrgl commented Jul 10, 2023

@fkuehlein, this might be related to #128.

@fkuehlein fkuehlein added the bug label Jul 11, 2023
@fkuehlein
Copy link
Collaborator

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.

@ntfrgl ntfrgl added this to the Release 0.7 milestone Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants