Skip to content
Snippets Groups Projects
Commit 7df2c069 authored by leufen1's avatar leufen1
Browse files

try to fix unforeseen behaviour of ci run

parent 021c1e42
Branches
Tags
3 merge requests!226Develop,!225Resolve "release v1.2.0",!195Resolve "Parallel station check"
Pipeline #52945 failed
This commit is part of merge request !225. Comments created here will be created in the context of that merge request.
......@@ -216,7 +216,7 @@ class PreProcessing(RunEnvironment):
valid_stations = []
kwargs = self.data_store.create_args_dict(data_handler.requirements(), scope=set_name)
if os.cpu_count() > 1: # parallel solution
if multiprocessing.cpu_count() > 1: # parallel solution
logging.info("use parallel validate station approach")
pool = multiprocessing.Pool()
output = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment