Skip to content

Commit

Permalink
Remove unnecessary @DataClass annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk authored Feb 6, 2025
1 parent 68271ad commit 4bf7fea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/everest/everest_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def get_ensemble_by_name(self, name: str) -> _OptimizerOnlyEnsemble:
return self._ensembles[name]


@dataclass
class _EvaluationResults(TypedDict):
realization_controls: pl.DataFrame
batch_objectives: pl.DataFrame
Expand All @@ -235,7 +234,6 @@ class _EvaluationResults(TypedDict):
realization_constraints: pl.DataFrame | None


@dataclass
class _GradientResults(TypedDict):
batch_objective_gradient: pl.DataFrame | None
perturbation_objectives: pl.DataFrame | None
Expand Down

0 comments on commit 4bf7fea

Please sign in to comment.