Skip to content

Python 3. Dead kernel after catch22 usage #7

Description

@IvMig

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:

groups = df.groupby(["column_id"]).groups
for id_group, idx in groups.items(): 
      group_data = df.loc[idx].drop(["column_id"], axis=1)
      # Dead kernel when group_data.shape[0] == 2
      buf = pd.DataFrame([f for f in group_data.apply(catch22.catch22_all)]) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions