Skip to content

Commit

Permalink
fix ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Oct 30, 2024
1 parent 17026b5 commit 24f3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/plot_06_calcium_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24f3780

Please sign in to comment.