Skip to content

Commit 252b6a9

Browse files
committed
Cleanups
1 parent e1caa6e commit 252b6a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/structural/test_cluster_analysis.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ def compare_generated_xyz_files(self, pattern):
3939
assert len(xyz_files_test) == len(xyz_files), "Number of XYZ files mismatch."
4040
for file1, file2 in zip(xyz_files_test, xyz_files):
4141
are_same = filecmp.cmp(file1, file2, shallow=False)
42-
print(f"Comparing {file1} and {file2}")
43-
with open(file1, 'r') as file:
44-
for line in file:
45-
print(line, end='')
4642
assert are_same, f"{file1} and {file2} are not the same."
4743

4844
def test_get_clusters(self, benchmark):

0 commit comments

Comments
 (0)