Skip to content

Commit

Permalink
Run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 7, 2023
1 parent 4f05670 commit bf4150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/lj_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def sampling_operation(*jobs):
device = device_cls(communicator=communicator,
message_filename=util.get_message_filename(
job, f'{mode}_mc_{device_name}.log'),
num_cpu_threads=1)
num_cpu_threads=1)

globals().get(f'run_{mode}_mc_sim')(
job, device, complete_filename=f'{mode}_mc_{device_name}_complete')
Expand Down

0 comments on commit bf4150f

Please sign in to comment.