Skip to content

Commit

Permalink
Merge branch 'main' into deprecate_roi_extractors_code
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Oct 16, 2023
2 parents b197e57 + 03bc358 commit f748bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/temporal_alignment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ that as the start time of the audio stream.
Audio=AudioDataInterface,
)
def temporally_align_data_interfaces():
def temporally_align_data_interfaces(self):
nidq_interface = self.data_interface_objects["SpikeGLXNIDQ"]
audio_interface = self.data_interface_objects["Audio"]
ttl_times = nidq_interface.get_event_times_from_ttl("channel-name")
Expand Down

0 comments on commit f748bf9

Please sign in to comment.