Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 7, 2024
1 parent c33cb63 commit ec3a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/domain/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
source_timeseries=lfp_electrical_series)

for band_name, band_limits in bands.items():
decomp_series.add_band(band_name=band_name, band_limits=band_limits) # TODO - band_mean/band_std are currently required
decomp_series.add_band(band_name=band_name, band_limits=band_limits)

ecephys_module.add(decomp_series)

Expand Down

0 comments on commit ec3a8e6

Please sign in to comment.