Skip to content

Commit e45d49c

Browse files
committed
Further changes
1 parent 9d8cd20 commit e45d49c

1 file changed

Lines changed: 30 additions & 32 deletions

File tree

tests/ert/unit_tests/gui/tools/plot/conftest.py

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -337,38 +337,36 @@ def mocked_requests_get(*args, **kwargs):
337337
"ens_id_uninitialized",
338338
],
339339
"parameters": {
340-
"default": [
341-
{
342-
"type": "gen_kw",
343-
"name": "BPR_138_PERSISTENCE",
344-
"forward_init": False,
345-
"update": True,
346-
"dimensionality": 1,
347-
"distribution": {"name": "uniform", "min": 0.2, "max": 0.7},
348-
"group": "SNAKE_OIL_PARAM",
349-
"input_source": "sampled",
350-
},
351-
{
352-
"type": "gen_kw",
353-
"name": "OP1_DIVERGENCE_SCALE",
354-
"forward_init": False,
355-
"update": True,
356-
"dimensionality": 1,
357-
"distribution": {"name": "uniform", "min": 0.5, "max": 1.5},
358-
"group": "SNAKE_OIL_PARAM",
359-
"input_source": "sampled",
360-
},
361-
{
362-
"type": "gen_kw",
363-
"name": "I_AM_A_PARAM",
364-
"forward_init": False,
365-
"update": True,
366-
"dimensionality": 1,
367-
"distribution": {"name": "normal", "mean": 0.0, "std": 1.0},
368-
"group": "SNAKE_OIL_PARAM",
369-
"input_source": "sampled",
370-
},
371-
]
340+
"BPR_138_PERSISTENCE": {
341+
"type": "gen_kw",
342+
"name": "BPR_138_PERSISTENCE",
343+
"forward_init": False,
344+
"update": True,
345+
"dimensionality": 1,
346+
"distribution": {"name": "uniform", "min": 0.2, "max": 0.7},
347+
"group": "SNAKE_OIL_PARAM",
348+
"input_source": "sampled",
349+
},
350+
"OP1_DIVERGENCE_SCALE": {
351+
"type": "gen_kw",
352+
"name": "OP1_DIVERGENCE_SCALE",
353+
"forward_init": False,
354+
"update": True,
355+
"dimensionality": 1,
356+
"distribution": {"name": "uniform", "min": 0.5, "max": 1.5},
357+
"group": "SNAKE_OIL_PARAM",
358+
"input_source": "sampled",
359+
},
360+
"I_AM_A_PARAM": {
361+
"type": "gen_kw",
362+
"name": "I_AM_A_PARAM",
363+
"forward_init": False,
364+
"update": True,
365+
"dimensionality": 1,
366+
"distribution": {"name": "normal", "mean": 0.0, "std": 1.0},
367+
"group": "SNAKE_OIL_PARAM",
368+
"input_source": "sampled",
369+
},
372370
},
373371
"responses": {
374372
"summary": [

0 commit comments

Comments
 (0)