Skip to content

Commit 3c7816f

Browse files
committed
Checking should not happen during init
1 parent ad42aa1 commit 3c7816f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atsim/structure/atomistic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, supercell, atom_sites, atom_labels, origin=None,
116116
self.crystal_structures = crystal_structures
117117
self._overlap_tol = overlap_tol
118118

119-
self.check_overlapping_atoms(overlap_tol)
119+
# self.check_overlapping_atoms(overlap_tol)
120120

121121
# Check handedness:
122122
if self.volume < 0:

0 commit comments

Comments
 (0)