Minor tweaks to swash post-processing
This commit is contained in:
parent
4f6ad7edba
commit
52d6718d70
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ var = {
|
|||
}
|
||||
|
||||
inp.mkdir(exist_ok=True)
|
||||
with ThreadPool() as pool:
|
||||
with ThreadPool(len(var)) as pool:
|
||||
log.info("Converting all data")
|
||||
pool.map(
|
||||
lambda x: np.save(
|
||||
|
|
Reference in a new issue