[Bug]: max_neighbors
argument in PeriodicPropertiesTransform
is unused
#336
Labels
bug
Something isn't working
Expected behavior
max_neighbors
should semantically filter out edges once a node has exceed its allowed quantity.Actual behavior
As of #335, the branching will skip the
max_neighbors
logic entirely since it operates on thekeep
set ofEdge
objects.Steps to reproduce the problem
Changing
max_neighbors
will not affect the result whenis_undirected=False
.Specifications
N/A
The text was updated successfully, but these errors were encountered: