Skip to content

Commit

Permalink
wth github ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC authored Nov 28, 2024
1 parent e5b54fc commit 77e0484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentlab/experiments/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

Expand Down

0 comments on commit 77e0484

Please sign in to comment.