From 24f378016cfb2711fdc209ef993f118569bca7d0 Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Wed, 30 Oct 2024 15:52:10 -0400 Subject: [PATCH] fix ignore --- docs/tutorials/plot_06_calcium_imaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/plot_06_calcium_imaging.py b/docs/tutorials/plot_06_calcium_imaging.py index cbe1806b..4772f69a 100644 --- a/docs/tutorials/plot_06_calcium_imaging.py +++ b/docs/tutorials/plot_06_calcium_imaging.py @@ -26,7 +26,7 @@ # ignore dtype warnings nap.nap_config.suppress_conversion_warnings = True -warnings.filterwarnings("ignore", category=UserWarning, message="The feature matrix is of dtype") +warnings.filterwarnings("ignore", category=UserWarning, message="The feature matrix is not of dtype") def add_intercept(X): """Add an intercept term to design matrix.