Skip to content

Commit 0353df6

Browse files
fixed linting. there's still something buggy/off about this average signal
1 parent d6eb368 commit 0353df6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/aind_dynamic_foraging_basic_analysis/metrics/trial_metrics.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,10 @@ def get_average_signal_window(
287287

288288
# Get output column name
289289
if output_col is None:
290-
output_col = f"{data_col}_{channel}_{offsets[0]}_\
291-
{offsets[1]}_{alignment_event.replace('_in_session','')}"
290+
output_col = (
291+
f"{data_col}_{channel}_{offsets[0]}_"
292+
f"{offsets[1]}_{alignment_event.replace('_in_session','')}"
293+
)
292294

293295
df_trials = nwb.df_trials.copy()
294296

0 commit comments

Comments
 (0)