The parameter bond_pairs in GeometryStatistics has a default value of an empty list. Although we never really use this feature (at least I didn't), empty list defaults are problematic in Python. Instead, this parameter should be set to None by default. I will make a PR for this.
The parameter
bond_pairs
inGeometryStatistics
has a default value of an empty list. Although we never really use this feature (at least I didn't), empty list defaults are problematic in Python. Instead, this parameter should be set toNone
by default. I will make a PR for this.