You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
986: # TODO: Fix this for non-orthogonal boxes
987- # Make sure the box is bigger than the bounding box
988- if box is not None:
989- if (box.lengths < self.boundingbox.lengths).any():
990- warn(
991- "Compound.box.lengths < Compound.boundingbox.lengths. "
992- "There may be particles outside of the defined "
993- "simulation box."
994- )
TODO comments from
mbuild/compound.py
related to #872
The text was updated successfully, but these errors were encountered: