Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TLSDC authored and gasse committed Nov 15, 2024
1 parent a4ba2f5 commit 2b9b527
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/agentlab/experiments/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pickle
import re
import uuid
from abc import ABC, abstractmethod
from dataclasses import dataclass
from datetime import datetime
from pathlib import Path
Expand All @@ -16,11 +17,7 @@
from agentlab.experiments import args
from agentlab.experiments import reproducibility_util as repro
from agentlab.experiments.exp_utils import RESULTS_DIR, add_dependencies
from agentlab.experiments.launch_exp import (
find_incomplete,
non_dummy_count,
run_experiments,
)
from agentlab.experiments.launch_exp import find_incomplete, non_dummy_count, run_experiments

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -353,7 +350,7 @@ def _agents_on_benchmark(
The logging level for individual jobs.
Returns:
study: Study
list[ExpArgs]: The list of experiments to run.
"""

if not isinstance(agents, (list, tuple)):
Expand Down

0 comments on commit 2b9b527

Please sign in to comment.