-
Notifications
You must be signed in to change notification settings - Fork 69
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
Python 3. Dead kernel after catch22 usage #7
Comments
Hello Migal, sorry to hear you are experiencing trouble with catch22. What do you mean by "amount of data is equal to 2"? catch22_all is only suited for univariate time series that are stored in a vector. Did you try it without the Carl |
I mean case when
Sure. This code have the same behavior: |
Please try it without the direct use of pandas data frames by converting the column to a numpy array. I'll try to make catch22 pandas-ready but I guess for now you'll have to stick with Python lists or numpy arrays. |
I understand your concerns. I try to set list as input into the catch22 functions and I have dead kernel as result. Here is the code:
|
Have the same problem, kernel dies if apply function on array with len 1 or 2. |
OS: Ubuntu 18.04
Python version: 3.6.3
Catch22 version: 0.0.1
Issue description:
I generate dataframe with small amount of data in columns (1,2,3,4 elements, etc.). I try to use catch22_all method in a case when amount of data is equal to 2 and I have dead kernel as output.
Code example:
The text was updated successfully, but these errors were encountered: