Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriedman22 committed Sep 19, 2024
1 parent 3594fbe commit 23144c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensemble_md/utils/coordinate_swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def write_new_file(df_atom_swap, swap, r_swap, line_start, orig_file, new_file,
# Iterate atom number to keep track of file progress
atom_num_B += 1

#Account for the fact that the max atom number is 99999
# Account for the fact that the max atom number is 99999
if atom_num_B == 100000:
atom_num_B = 0

Expand Down

0 comments on commit 23144c8

Please sign in to comment.