AllenInstitute / mindscope_utilities

Utilities for loading, manipulating and visualizing data from the Allen Institute Mindscope program
Other
2 stars 1 forks source link

`event_number` and `event_time` columns in `event_triggered_responses` are strings #11

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

The output of event_triggered_response contains columns event_number and event_time . These columns should be int and float, respectively. Instead, they are both strings.

We should cast to int and float before returning.

dougollerenshaw commented 3 years ago

Addressed in PR #12