Skip to content

Commit

Permalink
Remove unused function get_response_names
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Oct 28, 2024
1 parent ddca759 commit 4e71f39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ert/dark_storage/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ def ensemble_parameters(storage: Storage, ensemble_id: UUID) -> List[Dict[str, A
return param_list


def get_response_names(ensemble: Ensemble) -> List[str]:
result = ensemble.get_summary_keyset()
result.extend(sorted(gen_data_keys(ensemble), key=lambda k: k.lower()))
return result


def gen_data_keys(ensemble: Ensemble) -> Iterator[str]:
gen_data_config = ensemble.experiment.response_configuration.get("gen_data")

Expand Down

0 comments on commit 4e71f39

Please sign in to comment.