From 635cbd7cde1bc1b6895f5e416c9f1167e85ee439 Mon Sep 17 00:00:00 2001 From: Paul Manis Date: Mon, 27 Jan 2025 06:55:48 -0500 Subject: [PATCH] change pdf definition in call to better reflect incoming variable --- ephys/ephys_analysis/IV_Analysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ephys/ephys_analysis/IV_Analysis.py b/ephys/ephys_analysis/IV_Analysis.py index 14302ab..89ddba7 100644 --- a/ephys/ephys_analysis/IV_Analysis.py +++ b/ephys/ephys_analysis/IV_Analysis.py @@ -204,7 +204,7 @@ def analyze_ivs( icell, allprots: dict, celltype: str, - pdf=None, + pdf:Union[Path, str, None]=None, ): """ Overall analysis of IV protocols for one cell in the day @@ -218,7 +218,7 @@ def analyze_ivs( dictionary of protocols for the day/slice/cell pdf : None - if not none, then is the pdffile to write the data to + if not none, then this is the pdffile to write the data to Returns -------