visual_behavior_analysis icon indicating copy to clipboard operation
visual_behavior_analysis copied to clipboard

ophys.response_analysis.cell_metrics throws a PerformanceWarning

Open alexpiet opened this issue 3 years ago • 0 comments

df = cell_metrics.load_metrics_table_for_experiments('all_experiments','traces','full_session','full_session', use_events=True, filter_events=False)

your performance may suffer as PyTables will pickle object types that it cannot map directly to c-types

Can we either fix this, or suppress the warning?

alexpiet avatar Feb 24 '22 17:02 alexpiet