Update inp_post for parent mkdir
This commit is contained in:
parent
1a04f5a359
commit
ff33554778
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ out=out/spec_nb
|
|||
mpi=8
|
||||
|
||||
[post]
|
||||
inp=inp_post
|
||||
inp=inp_post/spec_nb
|
||||
compare=inp_post_nb
|
||||
out=out_post
|
||||
#nperseg=1024
|
||||
|
|
|
@ -8,7 +8,7 @@ out=out/spec
|
|||
mpi=8
|
||||
|
||||
[post]
|
||||
inp=inp_post
|
||||
inp=inp_post/spec
|
||||
compare=inp_post_nb
|
||||
out=out_post
|
||||
#nperseg=1024
|
||||
|
|
|
@ -39,7 +39,7 @@ var = {
|
|||
"vz": rsws.read_scalar_lay,
|
||||
}
|
||||
|
||||
inp.mkdir(exist_ok=True)
|
||||
inp.mkdir(parents=True, exist_ok=True)
|
||||
with ThreadPool() as pool:
|
||||
log.info("Converting all data")
|
||||
pool.map(
|
||||
|
|
Loading…
Reference in a new issue