Skip to content

Commit 131bec3

Browse files
committed
linting
1 parent 1d12d26 commit 131bec3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/aind_dynamic_foraging_basic_analysis/plot

src/aind_dynamic_foraging_basic_analysis/plot/plot_fip.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,12 @@ def fip_psth_multiple_inner_compute(
272272
censor_times=None,
273273
data_column="data",
274274
):
275-
""" """
275+
"""
276+
Wrapper function for fip_psth_inner_compute that takes a list of NWB files
277+
nwb_list, a list of nwb sessions
278+
align_timepoints_list, a list of alignments for each session
279+
censor_times, can be None, or a list of timepoints for each session
280+
"""
276281
# Check that len(nwb_list) = len(align_timepoints_list) = len(censor_times)
277282
if len(nwb_list) != len(align_timepoints_list):
278283
raise Exception("length of nwb list and alignments list must match")

0 commit comments

Comments
 (0)