Skip to content

Commit 77e0484

Browse files
authored
wth github ?
1 parent e5b54fc commit 77e0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/experiments/study.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class AbstractStudy(ABC):
109109
def find_incomplete(self, include_errors=True):
110110
"""Prepare the study for relaunching by finding incomplete experiments"""
111111

112-
@abstractmethod
112+
@abstractmethod
113113
def run(self, n_jobs=1, parallel_backend="ray", strict_reproducibility=False, n_relaunch=3):
114114
"""Run the study"""
115115

0 commit comments

Comments
 (0)