-
Hi, first of all, thanks for the amazing lib. I encountered an unexpected behavior on Reproduce (pyG version 2.0.3)
The output from above is
Shouldn't the last three be the same as the others? It seems weird to me some attribute names work and some don't. I wonder what the cause is. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Interesting. By default, we auto-increment any attribute names that contain the word |
Beta Was this translation helpful? Give feedback.
Interesting. By default, we auto-increment any attribute names that contain the word
index
orface
. Forface
, this assumption is way too strong, and I fixed it in master, see 16f236b.