Skip to content

Commit

Permalink
change pdf definition in call to better reflect incoming variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pbmanis committed Jan 27, 2025
1 parent 0dad6d1 commit 635cbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ephys/ephys_analysis/IV_Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
-------
Expand Down

0 comments on commit 635cbd7

Please sign in to comment.