Skip to content

Commit cbb58e8

Browse files
Merge branch 'main' into add_dependencies
2 parents f3a360e + 8328915 commit cbb58e8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ pip install -e .[dev]
2828
```
2929

3030
## Usage
31+
32+
Example notebooks to test and try different functions of this package (and the data-utils) package can be found here:
33+
34+
https://codeocean.allenneuraldynamics.org/capsule/6488619/tree
35+
36+
Please duplicate the capsule to test the different functions.
37+
38+
3139
### Annotate licks
3240
To create a dataframe of licks that has been annotated with licking bout starts/stops, cue responsive licks, reward triggered licks, and intertrial choices.
3341
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Init package"""
22

3-
__version__ = "0.3.28"
3+
__version__ = "0.3.29"
44

55
from .metrics.foraging_efficiency import compute_foraging_efficiency # noqa: F401
66
from .plot.plot_foraging_session import plot_foraging_session # noqa: F401

0 commit comments

Comments
 (0)