Skip to content

Commit ebd902d

Browse files
committed
cleanup
1 parent bd0ac86 commit ebd902d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_systemprepare.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ def _compare_results(refpdb, refdf_f, pmol: Molecule, df):
6363
refmol.filter("not water", _logger=False)
6464
pmol.filter("not water", _logger=False)
6565
coords_prec = 1e-3
66-
if sys.platform == "darwin":
67-
coords_prec = 5e-3
68-
6966
assert mol_equal(
7067
refmol, pmol, exceptFields=["serial"], fieldPrecision={"coords": coords_prec}
7168
), f"Failed comparison of {refpdb} vs {pmol.fileloc}"

0 commit comments

Comments
 (0)