From 13f71673ad07e4e3d14249695001f02dc2648d2d Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sat, 21 Oct 2023 21:24:57 -0400 Subject: [PATCH] typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbe5ff6..528edb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ omit = ["giddy/tests/*", "docs/conf.py"] [tool.pytest.ini_options] filterwarnings = [ "ignore:The weights matrix is not fully connected", # libpysal - "ignore:Objects based on the `Geometry` class will deprecated", # libpysa + "ignore:Objects based on the `Geometry` class will deprecated", # libpysal "ignore:divide by zero encountered", "ignore:invalid value encountered", "ignore:numba.generated_jit is deprecated.", # numba/quantecon