Skip to content

MNT: Re-rendered with conda-smithy 3.52.3 and conda-forge-pinning 202…

5279e08
Select commit
Loading
Failed to load commit list.
Merged

Switch to building with igraph dependency #98

MNT: Re-rendered with conda-smithy 3.52.3 and conda-forge-pinning 202…
5279e08
Select commit
Loading
Failed to load commit list.
Azure Pipelines / python-igraph-feedstock succeeded Oct 29, 2025 in 10m 58s

Build #20251029.1 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 11,361 (95.82%)
  • Other: 494 (4.17%)
  • Total: 11,856

Annotations

Check failure on line 1 in testEigenvectorCentrality (tests.test_atlas.GraphAtlasTests.testEigenvectorCentrality)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python-igraph-feedstock

testEigenvectorCentrality (tests.test_atlas.GraphAtlasTests.testEigenvectorCentrality)

Test failed
Raw output
Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/python-igraph_1761726352296/test_tmp/tests/test_atlas.py", line 43, in testEigenvectorCentrality
    ec, eval = g.evcent(return_eigenvalue=True)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
igraph._igraph.InternalError: Error at src/linalg/arpack.c:1102: ARPACK error. -- No shifts could be applied during a cycle of the Implicitly restarted Arnoldi iteration. One possibility is to increase the size of NCV relative to NEV

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/python-igraph_1761726352296/test_tmp/tests/test_atlas.py", line 45, in testEigenvectorCentrality
    self.assertTrue(
AssertionError: False is not true : Eigenvector centrality threw exception for graph #215: Error at src/linalg/arpack.c:1102: ARPACK error. -- No shifts could be applied during a cycle of the Implicitly restarted Arnoldi iteration. One possibility is to increase the size of NCV relative to NEV