Skip to content

Commit

Permalink
Remove unused function from local_ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen authored and yngve-sk committed Sep 12, 2024
1 parent 1cd56d4 commit a7b09b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ert/storage/local_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from pydantic import BaseModel
from typing_extensions import deprecated

from ert.config.gen_data_config import GenDataConfig
from ert.config.gen_kw_config import GenKwConfig
from ert.storage.mode import BaseMode, Mode, require_write

Expand Down Expand Up @@ -511,11 +510,6 @@ def get_summary_keyset(self) -> List[str]:
except (ValueError, KeyError):
return []

def _get_gen_data_config(self, key: str) -> GenDataConfig:
config = self.experiment.response_configuration[key]
assert isinstance(config, GenDataConfig)
return config

def _load_single_dataset(
self,
group: str,
Expand Down

0 comments on commit a7b09b7

Please sign in to comment.