Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 21, 2024
1 parent 3cd5bd8 commit 4b1d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotest/compare_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def assert_two_pdb_files_within_tolerance(
- It may change and diverge in the future, thus there are two separate functions.
"""
# ATOM 998 N PHE B 9 18.937-159.292 -13.075 1.00 30.49 N
assert_two_pdbqt_files_within_tolerance(file1, file2, tolerance)
assert_two_pdbqt_files_within_tolerance(file1, file2, tolerance=tolerance)


def assert_two_dirs_within_tolerance(
Expand Down

0 comments on commit 4b1d759

Please sign in to comment.