Skip to content

Commit

Permalink
add dse_iteration to TestRun object
Browse files Browse the repository at this point in the history
  • Loading branch information
srivatsankrishnan committed Jan 11, 2025
1 parent baf553c commit 5b93508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloudai/_core/test_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class TestRun:
output_path: Path = Path("")
iterations: int = 1
current_iteration: int = 0
dse_iteration: int = 0
time_limit: Optional[str] = None
sol: Optional[float] = None
weight: float = 0.0
Expand Down

0 comments on commit 5b93508

Please sign in to comment.