How does gds.louvain handle 0 weight relationships?

I am using Graph Data Science library to run louvain community detection. In order to scale my pipeline I am trying to move to a Native Projection, but in order to make that work well I have several weight values on relationships, some of which are 0.

I am trying to figure out if Louvain will ignore relationships with 0 value for weightProperty.

Thanks

Hello @betsy and welcome to the Neo4j community,

The Louvain algorithm (Louvain - Neo4j Graph Data Science) won't ignore relationships with 0 value for relationshipWeightProperty:)

Regards,
Cobra