Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Mar 4, 2024
1 parent e1caa6e commit 252b6a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/structural/test_cluster_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def compare_generated_xyz_files(self, pattern):
assert len(xyz_files_test) == len(xyz_files), "Number of XYZ files mismatch."
for file1, file2 in zip(xyz_files_test, xyz_files):
are_same = filecmp.cmp(file1, file2, shallow=False)
print(f"Comparing {file1} and {file2}")
with open(file1, 'r') as file:
for line in file:
print(line, end='')
assert are_same, f"{file1} and {file2} are not the same."

def test_get_clusters(self, benchmark):
Expand Down

0 comments on commit 252b6a9

Please sign in to comment.