From 77e0484d42525ce1ac4e9e98ae2ecf756d25bb88 Mon Sep 17 00:00:00 2001 From: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:44:22 +0100 Subject: [PATCH] wth github ? --- src/agentlab/experiments/study.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentlab/experiments/study.py b/src/agentlab/experiments/study.py index 7f166edc..c091d117 100644 --- a/src/agentlab/experiments/study.py +++ b/src/agentlab/experiments/study.py @@ -109,7 +109,7 @@ class AbstractStudy(ABC): def find_incomplete(self, include_errors=True): """Prepare the study for relaunching by finding incomplete experiments""" - @abstractmethod + @abstractmethod def run(self, n_jobs=1, parallel_backend="ray", strict_reproducibility=False, n_relaunch=3): """Run the study"""