Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 25, 2024
1 parent 0f1b83e commit 64be27b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions package/MDAnalysis/core/topologyattrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3049,21 +3049,6 @@ def __init__(self, values, types=None, guessed=False, order=None):
self._cache = dict()
self._add_bonds(values, types, guessed, order)


# self.values = values
# if types is None:
# types = [None] * len(values)
# self.types = types
# if guessed in (True, False):
# # if single value passed, multiply this across
# # all bonds
# guessed = [guessed] * len(values)
# self._guessed = guessed
# if order is None:
# order = [None] * len(values)
# self.order = order
# self._cache = dict()

def copy(self):
"""Return a deepcopy of this attribute"""
return self.__class__(copy.copy(self.values),
Expand Down

0 comments on commit 64be27b

Please sign in to comment.