Skip to content

Commit

Permalink
Removed "id" from Atom slots.
Browse files Browse the repository at this point in the history
Since `Atom.id` is now a property, it shouldn't be a slot.
  • Loading branch information
dotsdl committed Mar 30, 2016
1 parent bfc2849 commit da6e888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/core/AtomGroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ class Atom(object):
"""

__slots__ = (
"index", "id", "name", "type", "resname", "resid", "segid",
"index", "name", "type", "resname", "resid", "segid",
"mass", "charge", "residue", "segment",
"_universe",
"radius", "bfactor", "resnum", "serial", "altLoc")
Expand Down

0 comments on commit da6e888

Please sign in to comment.