From 120175b2d96901dcf52cc5dd11a6690d9eafe744 Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Fri, 23 Feb 2024 16:45:32 +0000 Subject: [PATCH] dont need this many animations --- newsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsearch.py b/newsearch.py index a52c068..5c90546 100644 --- a/newsearch.py +++ b/newsearch.py @@ -8,7 +8,7 @@ from lightning_sdk import Machine, Studio # noqa: F401 # consistency of randomly sampled experiments. seed(19920921) -NUM_JOBS = 100 +NUM_JOBS = 50 # reference to the current studio # if you run outside of Lightning, you can pass the Studio name