Skip to content

Commit 9ee91e3

Browse files
committed
Format
1 parent 5eeae5c commit 9ee91e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SOAP/core/lustre.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def setstripe(filename, stripe_size=32, stripe_count=32):
1515
pass
1616

1717
# Only set striping for snap8 on cosma
18-
if not filename.startswith('/snap8/scratch'):
19-
print(f'Not setting lustre striping on {filename}')
18+
if not filename.startswith("/snap8/scratch"):
19+
print(f"Not setting lustre striping on {filename}")
2020
return
2121

2222
args = [

misc/match_group_membership.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def mpi_print(string, comm_rank):
379379
# Log the arguments
380380
if comm_rank == 0:
381381
for k, v in vars(args).items():
382-
print(f' {k}: {v}')
382+
print(f" {k}: {v}")
383383

384384
mpi_print("Loading data from simulation 1", comm_rank)
385385
data_1 = load_particle_data(

0 commit comments

Comments
 (0)