AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
22 stars 6 forks source link

ophys.response_analysis.cell_metrics throws a PerformanceWarning #802

Open alexpiet opened 2 years ago

alexpiet commented 2 years ago
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?