From ec3a8e6cd62d3692b260a67a370e7dbf20f82d6f Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:47:23 -0800 Subject: [PATCH] remove old comment --- docs/gallery/domain/ecephys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/domain/ecephys.py b/docs/gallery/domain/ecephys.py index d943278b6..0105d225a 100644 --- a/docs/gallery/domain/ecephys.py +++ b/docs/gallery/domain/ecephys.py @@ -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)