From 2ec3064ba9cbbe915e9aa1468c0d0a0795c5cd6d Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 2 Nov 2021 21:00:15 +0000 Subject: [PATCH] [skip ci] Apply formatting changes --- examples/create_statepoint_file_for_testing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/create_statepoint_file_for_testing.py b/examples/create_statepoint_file_for_testing.py index 8fd95d4..664440a 100644 --- a/examples/create_statepoint_file_for_testing.py +++ b/examples/create_statepoint_file_for_testing.py @@ -9,10 +9,10 @@ parser = argparse.ArgumentParser() -parser.add_argument('-b', '--batches', type=int, default=2, - help='number of batches') -parser.add_argument('-p', '--particles', type=int, default=1000000, - help='number of particles') +parser.add_argument("-b", "--batches", type=int, default=2, help="number of batches") +parser.add_argument( + "-p", "--particles", type=int, default=1000000, help="number of particles" +) args = parser.parse_args() # MATERIALS