We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got an "The required memory is greater than the available memory. " error when running a SSA.
I noticed that I could run the estimation on my machine without problems when I removed the check here. Maybe the estimate is too pessimistic.
https://github.com/johannfaouzi/pyts/blob/36b8ca122df123740b921f88dfb7b0541f6c0c64/pyts/decomposition/ssa.py#L155C1-L175C35
Thanks for this very useful library!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got an "The required memory is greater than the available memory. " error when running a SSA.
I noticed that I could run the estimation on my machine without problems when I removed the check here. Maybe the estimate is too pessimistic.
https://github.com/johannfaouzi/pyts/blob/36b8ca122df123740b921f88dfb7b0541f6c0c64/pyts/decomposition/ssa.py#L155C1-L175C35
Thanks for this very useful library!
The text was updated successfully, but these errors were encountered: