Skip to content

Commit

Permalink
Merge branch 'main' into iti_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpiet authored Oct 24, 2024
2 parents fc23a11 + 769b76f commit 2b20ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aind_dynamic_foraging_basic_analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init package"""

__version__ = "0.3.2"
__version__ = "0.3.3"

from .foraging_efficiency import compute_foraging_efficiency # noqa: F401
from .plot.plot_foraging_session import plot_foraging_session # noqa: F401
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def plot_session_scroller( # noqa: C901 pragma: no cover
nwb, ax=None, plot_bouts=False, processing="poly"
nwb, ax=None, fig=None, plot_bouts=False, processing="bright"
):
"""
Creates an interactive plot of the session.
Expand Down

0 comments on commit 2b20ca9

Please sign in to comment.