Skip to content

Commit 33c21a1

Browse files
committed
Fixed typo for atom count function
1 parent dc05d25 commit 33c21a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exatomic/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def compute_molecule_com(self):
141141

142142
def compute_atom_count(self):
143143
"""Compute number of atoms per frame."""
144-
self.frame['atom_count'] = self.atom.grouped().size()
144+
self.frame['atom_count'] = self.atom.cardinal_groupby().size()
145145

146146
def compute_molecule_count(self):
147147
"""Compute number of molecules per frame."""

0 commit comments

Comments
 (0)