Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_resistance_centrality fails on aarch64 #33

Open
ggardet opened this issue Mar 21, 2024 · 1 comment
Open

test_resistance_centrality fails on aarch64 #33

ggardet opened this issue Mar 21, 2024 · 1 comment

Comments

@ggardet
Copy link

ggardet commented Mar 21, 2024

test_resistance_centrality fails on aarch64 with:

[   91s] =================================== FAILURES ===================================
[   91s] __________________________ test_resistance_centrality __________________________
[   91s] [gw2] linux -- Python 3.9.18 /usr/bin/python3.9
[   91s] 
[   91s]     def test_resistance_centrality():
[   91s]         inputs, output, _, size_dict = ctg.utils.lattice_equation([3, 3])
[   91s]         hg = ctg.HyperGraph(inputs, output, size_dict)
[   91s]         cents = hg.resistance_centrality()
[   91s] >       assert cents[0] == 0.0
[   91s] E       assert 6.178632484870434e-16 == 0.0
[   91s] 
[   91s] tests/test_hypergraph.py:17: AssertionError
@ggardet
Copy link
Author

ggardet commented Mar 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant