Skip to content

Commit

Permalink
Remove remnant ext param in ert config dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk authored Oct 15, 2024
1 parent d0f6c16 commit 10a02f6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/everest/test_egg_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,22 +558,6 @@ def _generate_exp_ert_config(config_path, output_dir):
"RANDOM_SEED": 123456,
"SUMMARY": SUM_KEYS,
"GEN_DATA": [("rf", "RESULT_FILE:rf")],
"EXT_PARAM": {
"well_rate": {
"PROD1": ["1"],
"PROD2": ["1"],
"PROD3": ["1"],
"PROD4": ["1"],
"INJECT1": ["1"],
"INJECT2": ["1"],
"INJECT3": ["1"],
"INJECT4": ["1"],
"INJECT5": ["1"],
"INJECT6": ["1"],
"INJECT7": ["1"],
"INJECT8": ["1"],
},
},
}


Expand Down

0 comments on commit 10a02f6

Please sign in to comment.