Open nv-rliu opened 9 months ago
The warning from number_map.py
is fixed in #4167
The warning from the multi
flag will be fixed once symmetrize.py
is refactored. cc: @jnke2016
Just came across this but looks like it been fixed and will available in the next release(?) I think this can be closed
Just came across this but looks like it been fixed and will available in the next release(?) I think this can be closed
@raybellwaves I know that there was an issue to fix warnings at Graph creation. Do you happen to know which PR fixed the multi
edges warning?
@raybellwaves I know that there was an issue to fix warnings at Graph creation. Do you happen to know which PR fixed the
multi
edges warning?
Not sure. Actually if I test with the nightlies the error still appears:
https://colab.research.google.com/drive/1ovF-8pRJ_XrgPKVi1T-YEKmiU-lA3lvW?usp=sharing
This probably should stay open
Version
24.04
Which installation method(s) does this occur on?
Conda
Describe the bug.
There should not be a
FutureWarning
output. It looks like it is coming fromstructure/number_map.py
andstructure/symetrize.py
that is called during Graph creationMinimum reproducible example
Relevant log output
Environment details
Other/Misc.
No response
Code of Conduct