AllenNeuralDynamics / AllenNeuralDynamics/comb
get_licks() returns object rather than dataFrame
未關閉
- 主要語言
- Python
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
**Describe the bug**
`bod.get_licks()['timestamps']` errors because `bod.get_licks()` return 'Licks' object, not a dataFrame.
This behavior is different from
- `bod.get_running_speed()['timestamps']`, where `bod.get_running_speed()' explicitly returns a dataframe
- `bod.get_rewards()['timestamps']`, where `bod.get_rewards()' returns DataObject of comb.core, which somehow is pd.DataFrame
Meanwhile, `type(bod.get_licks())` return `comb.processing.biometrics.licks.Licks`
Need to consolidate returned data objects from different biometrics (preferably pd.DataFrame)
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。