disable multiprocesing for MD-UA availability matrix
This commit is contained in:
parent
2a0133528a
commit
725cece814
@ -23,7 +23,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
configure_logging(snakemake)
|
||||
|
||||
nprocesses = snakemake.config["atlite"].get("nprocesses")
|
||||
nprocesses = None # snakemake.config["atlite"].get("nprocesses")
|
||||
noprogress = not snakemake.config["atlite"].get("show_progress", True)
|
||||
config = snakemake.config["renewable"][snakemake.wildcards.technology]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user