Skip to content

Commit

Permalink
Simplify torque test
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 2, 2024
1 parent 3a84a98 commit e2f7c39
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 901 deletions.
3 changes: 0 additions & 3 deletions src/ert/config/ext_param_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ def __contains__(self, key: Union[Tuple[str, str], str]) -> bool:
else:
return key in self.input_keys

def __repr__(self) -> str:
return f"ExtParamConfig(keys={self.input_keys})"

def __getitem__(self, index: str) -> List[str]:
"""Retrieve an item from the configuration
Expand Down
60 changes: 0 additions & 60 deletions tests/everest/test_data/snake_oil/everest/model/snake_oil.yml

This file was deleted.

This file was deleted.

Loading

0 comments on commit e2f7c39

Please sign in to comment.