1
Fork 0

Update inp_post for parent mkdir

This commit is contained in:
Edgar P. Burkhart 2022-03-29 10:47:01 +02:00
parent 1a04f5a359
commit ff33554778
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ out=out/spec_nb
mpi=8 mpi=8
[post] [post]
inp=inp_post inp=inp_post/spec_nb
compare=inp_post_nb compare=inp_post_nb
out=out_post out=out_post
#nperseg=1024 #nperseg=1024

View file

@ -8,7 +8,7 @@ out=out/spec
mpi=8 mpi=8
[post] [post]
inp=inp_post inp=inp_post/spec
compare=inp_post_nb compare=inp_post_nb
out=out_post out=out_post
#nperseg=1024 #nperseg=1024

View file

@ -39,7 +39,7 @@ var = {
"vz": rsws.read_scalar_lay, "vz": rsws.read_scalar_lay,
} }
inp.mkdir(exist_ok=True) inp.mkdir(parents=True, exist_ok=True)
with ThreadPool() as pool: with ThreadPool() as pool:
log.info("Converting all data") log.info("Converting all data")
pool.map( pool.map(