Skip to content

Commit

Permalink
Update behavior_ophys_session.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djkapner authored Feb 26, 2021
1 parent afc0135 commit 4fd3fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def events(self) -> pd.DataFrame:

@events.setter
def events(self, value):
self_events = value
self._events = value

@property
def cell_specimen_table(self) -> pd.DataFrame:
Expand Down

0 comments on commit 4fd3fdb

Please sign in to comment.