[From nobody Tue Jul 28 14:07:06 2026
Received: (at submit) by bugs.debian.org; 23 Jul 2026 09:40:09 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-109.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,LONGWORD,PDS_BTC_ID,PDS_BTC_MSGID,SPF_HELO_NONE,SPF_PASS,
 USER_IN_DKIM_WELCOMELIST,XMAILER_REPORTBUG autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 74; hammy, 150; neutral, 108; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;dparsons@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:51494)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;dparsons@debian.org&gt;) id 1wmpuT-00Cjw9-0T
 for submit@bugs.debian.org; Thu, 23 Jul 2026 09:40:09 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=ZfDhJsk/osHqi3vYM0TAa6EUPMGoSFTAAl/Nwrud/8E=; b=YMouXW0BTbR6ouOCrjTCl33urS
 crXAl2PBxw9dldbuQtB5MxUcA1FtYcNGm1GX/iiHXw2JQ5YbxWY77taso7ioa3K7Mw7wEpYt13vdb
 qGZy0EmGg0cx1eAbY/YBloYvSrLYv8SIIjFx0LkmY8hke+cChO4gcBbRtgjPiZrOMPkHjWRpCpqTr
 iak3opxIp2lrMojXZcoHKXw5ltfMe/4CskfVcTVqzJkRtXJJYAJHPlOBQYyo9IppFIXW8mAYkDBr8
 7X45ndvbp14YLnQlV2RBFZ2R9dsBiFC+2zC04LT9cd2ioOFUIWVThOh3xnYQTXFMsh1ndBmULx2PA
 qEclHMCg==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;dparsons@debian.org&gt;)
 id 1wmpuR-003gfH-2j; Thu, 23 Jul 2026 09:40:08 +0000
Received: from drew by gelly with local (Exim 4.99.4)
 (envelope-from &lt;dparsons@debian.org&gt;) id 1wmpuQ-00000006S8J-3aDW;
 Thu, 23 Jul 2026 11:40:06 +0200
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
From: Drew Parsons &lt;dparsons@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: test_explicit_structured_grid_compute_connectivity fails on 32-bit
 systems with vtk 9.6
Message-ID: &lt;178479960683.1523076.8816503376321030166.reportbug@gelly&gt;
X-Mailer: reportbug 13.2.0+nmu1
Date: Thu, 23 Jul 2026 11:40:06 +0200
X-Debian-User: dparsons
Delivered-To: submit@bugs.debian.org

Source:=20python-pyvista
Version:=200.48.4-4
Severity:=20serious
Control:=20forwarded=20-1=20https://github.com/pyvista/pyvista/issues/8841

pyvista's=20tests=20are=20failing=20in=20debci=20on=2032-bit=20arches=20(ar=
mhf=20and=20i386).

The=20problem=20appears=20to=20be=20triggered=20by=20vtk=209.6

The=20symptom=20is=20that=20the=20connectivities=20generated=20by
grid.compute_connectivity()=20and=20grid.compute_connections()=20have=20val=
ue
0,=20not=20matching=20the=20reference=20values.

A=20second=20observation=20is=20that=20the=20dtype=20is=20mildly=20discrepa=
nt=20(int=20vs
uint8=20or=20uint32),=20though=20I=20don't=20think=20this=20would=20cause=
=20test=20error=20if
the=20values=20matched.

Reported=20upstream=20https://github.com/pyvista/pyvista/issues/8841
but=20perhaps=20it=20is=20a=20VTK=20issue.


e.g.=20on=20i386

$=20pytest-3=20-v=20tests/core/test_grid.py=20-k=20structured_grid_compute
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20test=20session=20starts=
=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
platform=20linux=20--=20Python=203.14.6,=20pytest-9.1.1,=20pluggy-1.6.0=20-=
-=20/usr/bin/python3
cachedir:=20.pytest_cache
hypothesis=20profile=20'default'
Test=20order=20randomisation=20NOT=20enabled.=20Enable=20with=20--random-or=
der=20or=20--random-order-bucket=3D&lt;bucket_type&gt;
required=20packages:=20cyclopts-4.17.0,=20matplotlib-3.10.7+dfsg1,=20numpy-=
2.4.6,=20pillow-12.3.0,=20pooch-1.9.0,=20scooby-0.11.0,=20typing-extensions=
-4.16.0,=20vtk=20(not=20found),=20vtk=20(not=20found),=20vtk=20(not=20found=
),=20vtk=20(not=20found)
optional=20'colormaps'=20package:=20colorcet-3.1.0
optional=20'io'=20packages:=20imageio-2.37.4,=20meshio-5.3.5
optional=20packages=20not=20found:=20cmcrameri,=20cmocean,=20fsspec,=20pyvi=
sta-zstd,=20ipywidgets,=20jupyter-server-proxy,=20nest-asyncio2,=20trame-cl=
ient,=20trame-server,=20trame-vtk,=20trame-vtk,=20trame-vuetify,=20trame
rootdir:=20/home/dparsons/pyvista/python-pyvista-0.48.4
configfile:=20pyproject.toml
plugins:=20cases-3.10.1,=20hypothesis-6.152.4,=20typeguard-4.4.4,=20mock-3.=
15.1,=20random-order-1.2.0+ds
collected=20198=20items=20/=20196=20deselected=20/=202=20selected=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20

tests/core/test_grid.py::test_explicit_structured_grid_compute_connectivity=
=20FAILED=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20[=2050%]
tests/core/test_grid.py::test_explicit_structured_grid_compute_connections=
=20FAILED=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20[100%]

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20FAILUR=
ES=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
___________________________________________________________________________=
__________________________=20test_explicit_structured_grid_compute_connecti=
vity=20____________________________________________________________________=
_________________________________

=20=20=20=20def=20test_explicit_structured_grid_compute_connectivity():
=20=20=20=20=20=20=20=20connectivity=20=3D=20np.asarray(
=20=20=20=20=20=20=20=20=20=20=20=20&quot;&quot;&quot;
=20=20=20=20=20=20=20=2042=2043=2043=2041=2046=2047=2047=2045=2046=2047=204=
7=2045=2046=2047=2047=2045=2038=2039=2039=2037=2058=2059=2059=2057
=20=20=20=20=20=20=20=2062=2063=2063=2061=2062=2063=2063=2061=2062=2063=206=
3=2061=2054=2055=2055=2053=2058=2059=2059=2057=2062=2063=2063=2061
=20=20=20=20=20=20=20=2062=2063=2063=2061=2062=2063=2063=2061=2054=2055=205=
5=2053=2058=2059=2059=2057=2062=2063=2063=2061=2062=2063=2063=2061
=20=20=20=20=20=20=20=2062=2063=2063=2061=2054=2055=2055=2053=2058=2059=205=
9=2057=2062=2063=2063=2061=2062=2063=2063=2061=2062=2063=2063=2061
=20=20=20=20=20=20=20=2054=2055=2055=2053=2026=2027=2027=2025=2030=2031=203=
1=2029=2030=2031=2031=2029=2030=2031=2031=2029=2022=2023=2023=2021
=20=20=20=20=20=20=20=20&quot;&quot;&quot;.split(),=20=20#=20noqa:=20SIM905
=20=20=20=20=20=20=20=20=20=20=20=20dtype=3Dint,
=20=20=20=20=20=20=20=20)
=20=20=20=20
=20=20=20=20=20=20=20=20grid=20=3D=20examples.load_explicit_structured()
=20=20=20=20=20=20=20=20assert=20'ConnectivityFlags'=20not=20in=20grid.cell=
_data
=20=20=20=20
=20=20=20=20=20=20=20=20copy=20=3D=20grid.compute_connectivity()
=20=20=20=20=20=20=20=20assert=20isinstance(copy,=20pv.ExplicitStructuredGr=
id)
=20=20=20=20=20=20=20=20assert=20'ConnectivityFlags'=20in=20copy.cell_data
=20=20=20=20=20=20=20=20assert=20'ConnectivityFlags'=20not=20in=20grid.cell=
_data
&gt;=20=20=20=20=20=20=20assert=20np.array_equal(copy.cell_data['ConnectivityF=
lags'],=20connectivity)
E=20=20=20=20=20=20=20assert=20False
E=20=20=20=20=20=20=20=20+=20=20where=20False=20=3D=20&lt;function=20array_equ=
al=20at=200xf5965ce0&gt;(pyvista_ndarray([0,=200,=200,=200,=200,=200,=200,=200=
,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=20=
0,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200=
,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=200,=200,=200,=200,=200,=200],=20dtype=3Duint8),=20array=
([42,=2043,=2043,=2041,=2046,=2047,=2047,=2045,=2046,=2047,=2047,=2045,=204=
6,=2047,=2047,=2045,=2038,\n=20=20=20=20=20=20=2039,=2039,=2037,=2058,=2059=
,=2059,=2057,=2062,=2063,=2063,=2061,=2062,=2063,=2063,=2061,=2062,=2063,\n=
=20=20=20=20=20=20=2063,=2061,=2054,=2055,=2055,=2053,=2058,=2059,=2059,=20=
57,=2062,=2063,=2063,=2061,=2062,=2063,=2063,\n=20=20=20=20=20=20=2061,=206=
2,=2063,=2063,=2061,=2054,=2055,=2055,=2053,=2058,=2059,=2059,=2057,=2062,=
=2063,=2063,=2061,\n=20=20=20=20=20=20=2062,=2063,=2063,=2061,=2062,=2063,=
=2063,=2061,=2054,=2055,=2055,=2053,=2058,=2059,=2059,=2057,=2062,\n=20=20=
=20=20=20=20=2063,=2063,=2061,=2062,=2063,=2063,=2061,=2062,=2063,=2063,=20=
61,=2054,=2055,=2055,=2053,=2026,=2027,\n=20=20=20=20=20=20=2027,=2025,=203=
0,=2031,=2031,=2029,=2030,=2031,=2031,=2029,=2030,=2031,=2031,=2029,=2022,=
=2023,=2023,\n=20=20=20=20=20=20=2021]))
E=20=20=20=20=20=20=20=20+=20=20=20=20where=20&lt;function=20array_equal=20at=
=200xf5965ce0&gt;=20=3D=20np.array_equal

tests/core/test_grid.py:1806:=20AssertionError
___________________________________________________________________________=
__________________________=20test_explicit_structured_grid_compute_connecti=
ons=20_____________________________________________________________________=
_________________________________

=20=20=20=20def=20test_explicit_structured_grid_compute_connections():
=20=20=20=20=20=20=20=20connections=20=3D=20np.asarray(
=20=20=20=20=20=20=20=20=20=20=20=20&quot;&quot;&quot;
=20=20=20=20=20=20=20=203=204=204=203=204=205=205=204=204=205=205=204=204=
=205=205=204=203=204=204=203=204=205=205=204=205=206=206=205=205=206=206=20=
5=205=206=206=205=204
=20=20=20=20=20=20=20=205=205=204=204=205=205=204=205=206=206=205=205=206=
=206=205=205=206=206=205=204=205=205=204=204=205=205=204=205=206=206=205=20=
5=206=206=205=205=206
=20=20=20=20=20=20=20=206=205=204=205=205=204=204=205=205=204=205=206=206=
=205=205=206=206=205=205=206=206=205=204=205=205=204=203=204=204=203=204=20=
5=205=204=204=205=205
=20=20=20=20=20=20=20=204=204=205=205=204=203=204=204=203
=20=20=20=20=20=20=20=20&quot;&quot;&quot;.split(),=20=20#=20noqa:=20SIM905
=20=20=20=20=20=20=20=20=20=20=20=20dtype=3Dint,
=20=20=20=20=20=20=20=20)
=20=20=20=20
=20=20=20=20=20=20=20=20grid=20=3D=20examples.load_explicit_structured()
=20=20=20=20=20=20=20=20assert=20'number_of_connections'=20not=20in=20grid.=
cell_data
=20=20=20=20
=20=20=20=20=20=20=20=20copy=20=3D=20grid.compute_connections()
=20=20=20=20=20=20=20=20assert=20isinstance(copy,=20pv.ExplicitStructuredGr=
id)
=20=20=20=20=20=20=20=20assert=20'number_of_connections'=20in=20copy.cell_d=
ata
=20=20=20=20=20=20=20=20assert=20'number_of_connections'=20not=20in=20grid.=
cell_data
&gt;=20=20=20=20=20=20=20assert=20np.array_equal(copy.cell_data['number_of_con=
nections'],=20connections)
E=20=20=20=20=20=20=20assert=20False
E=20=20=20=20=20=20=20=20+=20=20where=20False=20=3D=20&lt;function=20array_equ=
al=20at=200xf5965ce0&gt;(pyvista_ndarray([0,=200,=200,=200,=200,=200,=200,=200=
,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=20=
0,=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=
=200,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=200,=200,=200,=200,=200,=200,=200,=200,=200,=200,=200=
,=200,=200,=200,=200,=200,=200,=200,=200,\n=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=200,=200,=200,=200,=200,=200],=20dtype=3Duint32),=20arra=
y([3,=204,=204,=203,=204,=205,=205,=204,=204,=205,=205,=204,=204,=205,=205,=
=204,=203,=204,=204,=203,=204,=205,\n=20=20=20=20=20=20=205,=204,=205,=206,=
=206,=205,=205,=206,=206,=205,=205,=206,=206,=205,=204,=205,=205,=204,=204,=
=205,=205,=204,\n=20=20=20=20=20=20=205,=206,=206,=205,=205,=206,=206,=205,=
=205,=206,=206,=205,=204,=205,=205,=204,=204,=205,=205,=204,=205,=206,\n=20=
=20=20=20=20=20=206,=205,=205,=206,=206,=205,=205,=206,=206,=205,=204,=205,=
=205,=204,=204,=205,=205,=204,=205,=206,=206,=205,\n=20=20=20=20=20=20=205,=
=206,=206,=205,=205,=206,=206,=205,=204,=205,=205,=204,=203,=204,=204,=203,=
=204,=205,=205,=204,=204,=205,\n=20=20=20=20=20=20=205,=204,=204,=205,=205,=
=204,=203,=204,=204,=203]))
E=20=20=20=20=20=20=20=20+=20=20=20=20where=20&lt;function=20array_equal=20at=
=200xf5965ce0&gt;=20=3D=20np.array_equal

tests/core/test_grid.py:1832:=20AssertionError
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20short=20test=20summary=20info=
=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
FAILED=20tests/core/test_grid.py::test_explicit_structured_grid_compute_con=
nectivity=20-=20assert=20False
FAILED=20tests/core/test_grid.py::test_explicit_structured_grid_compute_con=
nections=20-=20assert=20False
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=202=20failed,=20196=20deselected=20in=200.90s=
=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
]