Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmoriarty committed Oct 4, 2024
1 parent 1c56922 commit 4fea94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtbx/monomer_library/tst_pdb_interpretation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ def exercise_flattened_cif_loop():
geo_file = open(pdb_file.name+".geo", "r")
geo_file_str = geo_file.read()
geo_file.close()
assert "Bond angle restraints: 1" in geo_file_str
assert "Bond angle | covalent geometry | restraints: 1" in geo_file_str

def exercise_do_not_link(mon_lib_srv, ener_lib):
"""
Expand Down

0 comments on commit 4fea94f

Please sign in to comment.