Skip to content

Commit

Permalink
fixed annoyance in AA mol2 reader
Browse files Browse the repository at this point in the history
  • Loading branch information
bc118 committed Nov 16, 2023
1 parent 0e611bd commit 9a59c9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mosdef_gomc/formats/gmso_charmm_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,6 @@ def unique_atom_naming(
str(base10_to_base62_alph_num(j))[-no_digits_atom_name:]
)
)
print(
f"individual_atom_names_list = {individual_atom_names_list}"
)
print(
f" = {str(base10_to_base62_alph_num(j))[-no_digits_atom_name:]}"
)

if sum(missing_bead_to_atom_name) > 0:
warn(
Expand Down

0 comments on commit 9a59c9f

Please sign in to comment.