pyt-team/TopoNetX

Naming inconsistency: attributes vs. properties

Closed this issue · 0 comments

ffl096 commented

Atoms in a complex can be equipped with additional user-defined data. In our code base, we sometimes call these properties and sometimes attributes. We should stick with one and rename occurrences of the other one.

For context: NetworkX calls these things attributes. If there is no reason against that name, I suggest going with that purely for consistency with NetworkX.