Skip to content

Commit

Permalink
Merge pull request #433 from RagnarB83/NEW
Browse files Browse the repository at this point in the history
lint fix
  • Loading branch information
RagnarB83 authored Oct 21, 2024
2 parents 54d7f5e + 0dca661 commit 7bbd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/interfaces/interface_forcebalance.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run(self, debug=False, continue_=False):
def write_xmlfile(resnames=None, atomnames_per_res=None, atomtypes_per_res=None, elements_per_res=None, connectivity_dict=None,
masses_per_res=None, charges_per_res=None, sigmas_per_res=None,
epsilons_per_res=None, filename="system.xml",
coulomb14scale=0.833333, lj14scale=0.5, charmm=False
coulomb14scale=0.833333, lj14scale=0.5, charmm=False,
skip_nb=False, skip_harmb=False, skip_harma=False, skip_torsion=False):

print("Inside write_xmlfile")
Expand Down

0 comments on commit 7bbd01c

Please sign in to comment.