Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 4, 2023
1 parent dd91e05 commit 1b08821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/spikeanalysis/spike_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def plot_response_trace(
):
"""
Function for plotting response traces for either z scored or raw firing rates
Parameters
----------
type: Literal['zscore', 'raw'], default: 'zscore'
Expand All @@ -748,9 +748,9 @@ def plot_response_trace(
Whether to include error bars in the traces
color: matplotlib color, default: 'black'
Color to plot the traces in
"""

assert type in ["zscore", "raw"], "type of data must be zscore or raw"

if type == "zscore":
Expand Down

0 comments on commit 1b08821

Please sign in to comment.